Html Css Color HEX #CAF087 Sulu

📋 copy color: '#CAF087'

red 202 ◦ green 240 ◦ blue 135

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

Shades of Sulu #CAF087

Tints of Sulu #CAF087

RGB

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

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

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

R = 35.01%
G = 41.59%
B = 23.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#CAF087 (or 0xCAF087) is known color: Sulu. HEX triplet: CA, F0 and 87. RGB value is (202,240,135). Sum of RGB (Red+Green+Blue) = 202+240+135=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 135 (53.12% from 255 or 23.40% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF087 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF087 is #350F78. Grayscale: #D9D9D9. Windows color (decimal): -3477369 or 8909002. OLE color: 8909002.

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

Color convert

RGB 202 240 135 -
CMYK 0.16 0 0.44 0.06
HSL 81.71º 0.78% 0.74% -
HSV(B) 81.71º 0.44% 0.94% -
XYZ 59.89 76.63 34.56 -
YUV 216.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 202 240 135 0.16 0 0.44 0.06 81.71 0.78 0.74
Hex CA F0 87 10 0 2C 6 52 4E 4A
Octal 312 360 207 20 0 54 6 122 116 112
Binary 11001010 11110000 10000111 10000 0 101100 110 1010010 1001110 1001010

Color Harmonies of #CAF087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF087

Black with #CAF087

Text Example


Text Example

White with #CAF087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF087; }

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

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

background-color css

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

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

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

border-color css

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

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

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