Html Css Color HEX #CAF288 Sulu

📋 copy color: '#CAF288'

red 202 ◦ green 242 ◦ blue 136

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

Shades of Sulu #CAF288

Tints of Sulu #CAF288

RGB

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

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

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

R = 34.83%
G = 41.72%
B = 23.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#CAF288 (or 0xCAF288) is known color: Sulu. HEX triplet: CA, F2 and 88. RGB value is (202,242,136). Sum of RGB (Red+Green+Blue) = 202+242+136=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF288 is #350D77. Grayscale: #DADADA. Windows color (decimal): -3476856 or 8975050. OLE color: 8975050.

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

Color convert

RGB 202 242 136 -
CMYK 0.17 0 0.44 0.05
HSL 82.64º 0.8% 0.74% -
HSV(B) 82.64º 0.44% 0.95% -
XYZ 60.55 77.84 35.13 -
YUV 217.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 202 242 136 0.17 0 0.44 0.05 82.64 0.8 0.74
Hex CA F2 88 11 0 2C 5 53 50 4A
Octal 312 362 210 21 0 54 5 123 120 112
Binary 11001010 11110010 10001000 10001 0 101100 101 1010011 1010000 1001010

Color Harmonies of #CAF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF288

Black with #CAF288

Text Example


Text Example

White with #CAF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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