Html Css Color HEX #CAF07C Sulu

📋 copy color: '#CAF07C'

red 202 ◦ green 240 ◦ blue 124

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

Shades of Sulu #CAF07C

Tints of Sulu #CAF07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.91%

R = 35.69%
G = 42.4%
B = 21.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#CAF07C (or 0xCAF07C) is known color: Sulu. HEX triplet: CA, F0 and 7C. RGB value is (202,240,124). Sum of RGB (Red+Green+Blue) = 202+240+124=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF07C is #350F83. Grayscale: #D7D7D7. Windows color (decimal): -3477380 or 8188106. OLE color: 8188106.

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

Color convert

RGB 202 240 124 -
CMYK 0.16 0 0.48 0.06
HSL 79.66º 0.79% 0.71% -
HSV(B) 79.66º 0.48% 0.94% -
XYZ 59.16 76.33 30.68 -
YUV 215.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 202 240 124 0.16 0 0.48 0.06 79.66 0.79 0.71
Hex CA F0 7C 10 0 30 6 50 4F 47
Octal 312 360 174 20 0 60 6 120 117 107
Binary 11001010 11110000 1111100 10000 0 110000 110 1010000 1001111 1000111

Color Harmonies of #CAF07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF07C

Black with #CAF07C

Text Example


Text Example

White with #CAF07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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