Html Css Color HEX #CAF57A Sulu

📋 copy color: '#CAF57A'

red 202 ◦ green 245 ◦ blue 122

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

Shades of Sulu #CAF57A

Tints of Sulu #CAF57A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.06%

 BLUE value IS 122 (48.05% from 255) = 21.44%

R = 35.5%
G = 43.06%
B = 21.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#CAF57A (or 0xCAF57A) is known color: Sulu. HEX triplet: CA, F5 and 7A. RGB value is (202,245,122). Sum of RGB (Red+Green+Blue) = 202+245+122=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF57A is #350A85. Grayscale: #DADADA. Windows color (decimal): -3476102 or 8058314. OLE color: 8058314.

HSL color Cylindrical-coordinate representation of color #CAF57A: hue angle of 80.98º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAF57A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 122 -
CMYK 0.18 0 0.50 0.04
HSL 80.98º 0.86% 0.72% -
HSV(B) 80.98º 0.5% 0.96% -
XYZ 60.52 79.27 30.52 -
YUV 218.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 202 245 122 0.18 0 0.50 0.04 80.98 0.86 0.72
Hex CA F5 7A 12 0 32 4 51 56 48
Octal 312 365 172 22 0 62 4 121 126 110
Binary 11001010 11110101 1111010 10010 0 110010 100 1010001 1010110 1001000

Color Harmonies of #CAF57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF57A

Black with #CAF57A

Text Example


Text Example

White with #CAF57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF57A; }

 p { color: rgb(202,245,122); }

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

background-color css

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

 a { background-color: rgb(202,245,122); }

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

border-color css

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

 span { border-color: rgb(202,245,122); }

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