Html Css Color HEX #DAF982 Sulu

📋 copy color: '#DAF982'

red 218 ◦ green 249 ◦ blue 130

#DAF982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #DAF982

Tints of Sulu #DAF982

RGB

 RED value IS 218 (85.55% from 255) = 36.52%

 GREEN value IS 249 (97.66% from 255) = 41.71%

 BLUE value IS 130 (51.17% from 255) = 21.78%

R = 36.52%
G = 41.71%
B = 21.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAF982 (or 0xDAF982) is known color: Sulu. HEX triplet: DA, F9 and 82. RGB value is (218,249,130). Sum of RGB (Red+Green+Blue) = 218+249+130=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF982 is #25067D. Grayscale: #E2E2E2. Windows color (decimal): -2426494 or 8583642. OLE color: 8583642.

HSL color Cylindrical-coordinate representation of color #DAF982: hue angle of 75.63º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAF982 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 130 -
CMYK 0.12 0 0.48 0.02
HSL 75.63º 0.91% 0.74% -
HSV(B) 75.63º 0.48% 0.98% -
XYZ 66.82 84.27 33.86 -
YUV 226.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 218 249 130 0.12 0 0.48 0.02 75.63 0.91 0.74
Hex DA F9 82 C 0 30 2 4C 5B 4A
Octal 332 371 202 14 0 60 2 114 133 112
Binary 11011010 11111001 10000010 1100 0 110000 10 1001100 1011011 1001010

Color Harmonies of #DAF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF982

Black with #DAF982

Text Example


Text Example

White with #DAF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF982; }

 p { color: rgb(218,249,130); }

 H1.HeaderClassName
 {
   color: #DAF982;
 }
 .AnyTagClassName
 {
   color: #DAF982;
 }
</style>

background-color css

<style>
 a { background-color: #DAF982; }

 a { background-color: rgb(218,249,130); }

 div.DivClassName
 {
   background-color: #DAF982;
 }
 .BgClassName
 {
   background-color: #DAF982;
 }
</style>

border-color css

<style>
 span { border-color: #DAF982; }

 span { border-color: rgb(218,249,130); }

 td.TdClassName
 {
   border-color: #DAF982;
 }
 .TagClassName
 {
   border-color: #DAF982;
 }
</style>