Html Css Color HEX #DAF388 Sulu

📋 copy color: '#DAF388'

red 218 ◦ green 243 ◦ blue 136

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

Shades of Sulu #DAF388

Tints of Sulu #DAF388

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.7%

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

R = 36.52%
G = 40.7%
B = 22.78%

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

#DAF388 (or 0xDAF388) is known color: Sulu. HEX triplet: DA, F3 and 88. RGB value is (218,243,136). Sum of RGB (Red+Green+Blue) = 218+243+136=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 136 (53.52% from 255 or 22.78% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF388 is #250C77. Grayscale: #DFDFDF. Windows color (decimal): -2428024 or 8975322. OLE color: 8975322.

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

Color convert

RGB 218 243 136 -
CMYK 0.10 0 0.44 0.05
HSL 74.02º 0.82% 0.74% -
HSV(B) 74.02º 0.44% 0.95% -
XYZ 65.41 80.78 35.44 -
YUV 223.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 218 243 136 0.10 0 0.44 0.05 74.02 0.82 0.74
Hex DA F3 88 A 0 2C 5 4A 52 4A
Octal 332 363 210 12 0 54 5 112 122 112
Binary 11011010 11110011 10001000 1010 0 101100 101 1001010 1010010 1001010

Color Harmonies of #DAF388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF388

Black with #DAF388

Text Example


Text Example

White with #DAF388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF388; }

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

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

background-color css

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

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

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

border-color css

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

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

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