Html Css Color HEX #CAF66A Sulu

📋 copy color: '#CAF66A'

red 202 ◦ green 246 ◦ blue 106

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

Shades of Sulu #CAF66A

Tints of Sulu #CAF66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.13%

R = 36.46%
G = 44.4%
B = 19.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#CAF66A (or 0xCAF66A) is known color: Sulu. HEX triplet: CA, F6 and 6A. RGB value is (202,246,106). Sum of RGB (Red+Green+Blue) = 202+246+106=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF66A is #350995. Grayscale: #D9D9D9. Windows color (decimal): -3475862 or 7009994. OLE color: 7009994.

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

Color convert

RGB 202 246 106 -
CMYK 0.18 0 0.57 0.04
HSL 78.86º 0.89% 0.69% -
HSV(B) 78.86º 0.57% 0.96% -
XYZ 59.91 79.51 25.82 -
YUV 216.88 65.42 117.38 -
System Red Green Blue C M Y K H S L
Decimal 202 246 106 0.18 0 0.57 0.04 78.86 0.89 0.69
Hex CA F6 6A 12 0 39 4 4F 59 45
Octal 312 366 152 22 0 71 4 117 131 105
Binary 11001010 11110110 1101010 10010 0 111001 100 1001111 1011001 1000101

Color Harmonies of #CAF66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF66A

Black with #CAF66A

Text Example


Text Example

White with #CAF66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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