Html Css Color HEX #DAF187 Sulu

📋 copy color: '#DAF187'

red 218 ◦ green 241 ◦ blue 135

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

Shades of Sulu #DAF187

Tints of Sulu #DAF187

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

 BLUE value IS 135 (53.13% from 255) = 22.73%

R = 36.7%
G = 40.57%
B = 22.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#DAF187 (or 0xDAF187) is known color: Sulu. HEX triplet: DA, F1 and 87. RGB value is (218,241,135). Sum of RGB (Red+Green+Blue) = 218+241+135=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 135 (53.12% from 255 or 22.73% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF187 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF187 is #250E78. Grayscale: #DEDEDE. Windows color (decimal): -2428537 or 8909274. OLE color: 8909274.

HSL color Cylindrical-coordinate representation of color #DAF187: hue angle of 73.02º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF187 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 135 -
CMYK 0.10 0 0.44 0.05
HSL 73.02º 0.79% 0.74% -
HSV(B) 73.02º 0.44% 0.95% -
XYZ 64.74 79.57 34.87 -
YUV 222.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 218 241 135 0.10 0 0.44 0.05 73.02 0.79 0.74
Hex DA F1 87 A 0 2C 5 49 4F 4A
Octal 332 361 207 12 0 54 5 111 117 112
Binary 11011010 11110001 10000111 1010 0 101100 101 1001001 1001111 1001010

Color Harmonies of #DAF187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF187

Black with #DAF187

Text Example


Text Example

White with #DAF187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF187; }

 p { color: rgb(218,241,135); }

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

background-color css

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

 a { background-color: rgb(218,241,135); }

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

border-color css

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

 span { border-color: rgb(218,241,135); }

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