Html Css Color HEX #CAF66C Sulu

📋 copy color: '#CAF66C'

red 202 ◦ green 246 ◦ blue 108

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

Shades of Sulu #CAF66C

Tints of Sulu #CAF66C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.24%

 BLUE value IS 108 (42.58% from 255) = 19.42%

R = 36.33%
G = 44.24%
B = 19.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#CAF66C (or 0xCAF66C) is known color: Sulu. HEX triplet: CA, F6 and 6C. RGB value is (202,246,108). Sum of RGB (Red+Green+Blue) = 202+246+108=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF66C is #350993. Grayscale: #D9D9D9. Windows color (decimal): -3475860 or 7141066. OLE color: 7141066.

HSL color Cylindrical-coordinate representation of color #CAF66C: hue angle of 79.13º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF66C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 108 -
CMYK 0.18 0 0.56 0.04
HSL 79.13º 0.88% 0.69% -
HSV(B) 79.13º 0.56% 0.96% -
XYZ 60.02 79.55 26.38 -
YUV 217.11 66.42 117.22 -
System Red Green Blue C M Y K H S L
Decimal 202 246 108 0.18 0 0.56 0.04 79.13 0.88 0.69
Hex CA F6 6C 12 0 38 4 4F 58 45
Octal 312 366 154 22 0 70 4 117 130 105
Binary 11001010 11110110 1101100 10010 0 111000 100 1001111 1011000 1000101

Color Harmonies of #CAF66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF66C

Black with #CAF66C

Text Example


Text Example

White with #CAF66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF66C; }

 p { color: rgb(202,246,108); }

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

background-color css

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

 a { background-color: rgb(202,246,108); }

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

border-color css

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

 span { border-color: rgb(202,246,108); }

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