Html Css Color HEX #CAF088 Sulu

📋 copy color: '#CAF088'

red 202 ◦ green 240 ◦ blue 136

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

Shades of Sulu #CAF088

Tints of Sulu #CAF088

RGB

 RED value IS 202 (79.3% from 255) = 34.95%

 GREEN value IS 240 (94.14% from 255) = 41.52%

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

R = 34.95%
G = 41.52%
B = 23.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#CAF088 (or 0xCAF088) is known color: Sulu. HEX triplet: CA, F0 and 88. RGB value is (202,240,136). Sum of RGB (Red+Green+Blue) = 202+240+136=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF088 is #350F77. Grayscale: #D9D9D9. Windows color (decimal): -3477368 or 8974538. OLE color: 8974538.

HSL color Cylindrical-coordinate representation of color #CAF088: hue angle of 81.92º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAF088 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 136 -
CMYK 0.16 0 0.43 0.06
HSL 81.92º 0.78% 0.74% -
HSV(B) 81.92º 0.43% 0.94% -
XYZ 59.96 76.65 34.93 -
YUV 216.78 82.41 117.46 -
System Red Green Blue C M Y K H S L
Decimal 202 240 136 0.16 0 0.43 0.06 81.92 0.78 0.74
Hex CA F0 88 10 0 2B 6 52 4E 4A
Octal 312 360 210 20 0 53 6 122 116 112
Binary 11001010 11110000 10001000 10000 0 101011 110 1010010 1001110 1001010

Color Harmonies of #CAF088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF088

Black with #CAF088

Text Example


Text Example

White with #CAF088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF088; }

 p { color: rgb(202,240,136); }

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

background-color css

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

 a { background-color: rgb(202,240,136); }

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

border-color css

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

 span { border-color: rgb(202,240,136); }

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