Html Css Color HEX #DAF288 Sulu

📋 copy color: '#DAF288'

red 218 ◦ green 242 ◦ blue 136

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

Shades of Sulu #DAF288

Tints of Sulu #DAF288

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

 BLUE value IS 136 (53.52% from 255) = 22.82%

R = 36.58%
G = 40.6%
B = 22.82%

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

#DAF288 (or 0xDAF288) is known color: Sulu. HEX triplet: DA, F2 and 88. RGB value is (218,242,136). Sum of RGB (Red+Green+Blue) = 218+242+136=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF288 is #250D77. Grayscale: #DFDFDF. Windows color (decimal): -2428280 or 8975066. OLE color: 8975066.

HSL color Cylindrical-coordinate representation of color #DAF288: hue angle of 73.58º degrees, saturation: 0.8, 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 #DAF288 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 136 -
CMYK 0.10 0 0.44 0.05
HSL 73.58º 0.8% 0.74% -
HSV(B) 73.58º 0.44% 0.95% -
XYZ 65.11 80.19 35.34 -
YUV 222.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 218 242 136 0.10 0 0.44 0.05 73.58 0.8 0.74
Hex DA F2 88 A 0 2C 5 4A 50 4A
Octal 332 362 210 12 0 54 5 112 120 112
Binary 11011010 11110010 10001000 1010 0 101100 101 1001010 1010000 1001010

Color Harmonies of #DAF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF288

Black with #DAF288

Text Example


Text Example

White with #DAF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF288; }

 p { color: rgb(218,242,136); }

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

background-color css

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

 a { background-color: rgb(218,242,136); }

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

border-color css

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

 span { border-color: rgb(218,242,136); }

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