Html Css Color HEX #CAF08C Sulu

📋 copy color: '#CAF08C'

red 202 ◦ green 240 ◦ blue 140

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

Shades of Sulu #CAF08C

Tints of Sulu #CAF08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.05%

R = 34.71%
G = 41.24%
B = 24.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#CAF08C (or 0xCAF08C) is known color: Sulu. HEX triplet: CA, F0 and 8C. RGB value is (202,240,140). Sum of RGB (Red+Green+Blue) = 202+240+140=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF08C is #350F73. Grayscale: #D9D9D9. Windows color (decimal): -3477364 or 9236682. OLE color: 9236682.

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

Color convert

RGB 202 240 140 -
CMYK 0.16 0 0.42 0.06
HSL 82.8º 0.77% 0.75% -
HSV(B) 82.8º 0.42% 0.94% -
XYZ 60.25 76.77 36.45 -
YUV 217.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 202 240 140 0.16 0 0.42 0.06 82.8 0.77 0.75
Hex CA F0 8C 10 0 2A 6 53 4D 4B
Octal 312 360 214 20 0 52 6 123 115 113
Binary 11001010 11110000 10001100 10000 0 101010 110 1010011 1001101 1001011

Color Harmonies of #CAF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF08C

Black with #CAF08C

Text Example


Text Example

White with #CAF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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