Html Css Color HEX #CAF084 Sulu

📋 copy color: '#CAF084'

red 202 ◦ green 240 ◦ blue 132

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

Shades of Sulu #CAF084

Tints of Sulu #CAF084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23%

R = 35.19%
G = 41.81%
B = 23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#CAF084 (or 0xCAF084) is known color: Sulu. HEX triplet: CA, F0 and 84. RGB value is (202,240,132). Sum of RGB (Red+Green+Blue) = 202+240+132=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF084 is #350F7B. Grayscale: #D8D8D8. Windows color (decimal): -3477372 or 8712394. OLE color: 8712394.

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

Color convert

RGB 202 240 132 -
CMYK 0.16 0 0.45 0.06
HSL 81.11º 0.78% 0.73% -
HSV(B) 81.11º 0.45% 0.94% -
XYZ 59.68 76.54 33.46 -
YUV 216.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 202 240 132 0.16 0 0.45 0.06 81.11 0.78 0.73
Hex CA F0 84 10 0 2D 6 51 4E 49
Octal 312 360 204 20 0 55 6 121 116 111
Binary 11001010 11110000 10000100 10000 0 101101 110 1010001 1001110 1001001

Color Harmonies of #CAF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF084

Black with #CAF084

Text Example


Text Example

White with #CAF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF084; }

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

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

background-color css

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

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

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

border-color css

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

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

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