Html Css Color HEX #CAF96A Sulu

📋 copy color: '#CAF96A'

red 202 ◦ green 249 ◦ blue 106

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

Shades of Sulu #CAF96A

Tints of Sulu #CAF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

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

R = 36.27%
G = 44.7%
B = 19.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#CAF96A (or 0xCAF96A) is known color: Sulu. HEX triplet: CA, F9 and 6A. RGB value is (202,249,106). Sum of RGB (Red+Green+Blue) = 202+249+106=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF96A is #350695. Grayscale: #DBDBDB. Windows color (decimal): -3475094 or 7010762. OLE color: 7010762.

HSL color Cylindrical-coordinate representation of color #CAF96A: hue angle of 79.72º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAF96A is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 106 -
CMYK 0.19 0 0.57 0.02
HSL 79.72º 0.92% 0.7% -
HSV(B) 79.72º 0.57% 0.98% -
XYZ 60.83 81.35 26.13 -
YUV 218.65 64.43 116.13 -
System Red Green Blue C M Y K H S L
Decimal 202 249 106 0.19 0 0.57 0.02 79.72 0.92 0.7
Hex CA F9 6A 13 0 39 2 50 5C 46
Octal 312 371 152 23 0 71 2 120 134 106
Binary 11001010 11111001 1101010 10011 0 111001 10 1010000 1011100 1000110

Color Harmonies of #CAF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF96A

Black with #CAF96A

Text Example


Text Example

White with #CAF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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