#CAFC74

Color #CAFC74 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CAFC74

Tints of Sulu #CAFC74

Color information

#CAFC74 (or 0xCAFC74) is unknown color: approx Sulu. HEX triplet: CA, FC and 74. RGB value is (202,252,116). Sum of RGB (Red+Green+Blue) = 202+252+116=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFC74 is #35038B. Grayscale: #DEDEDE. Windows color (decimal): -3474316 or 7666890. OLE color: 7666890.

HSL color Cylindrical-coordinate representation of color #CAFC74: hue angle of 82.06º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAFC74 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB202252116-
CMYK0.2000.540.01
HSL82.06º95.77%72.16%-
HSV(B)82.06º53.97%98.82%-
XYZ62.3283.4429.34-
YUV221.5568.44114.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 116 (45.70% from 255) = 20.35%
R=35.44%
G=44.21%
B=20.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022521160.2000.540.0182.0695.7772.16
HexCAFC74140361526048
Octal312374164240661122140110
Binary110010101111110011101001010001101101101001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFC74; }

 p { color: rgb(202,252,116); }

 H1.HeaderClassName
 {
   color: #CAFC74;
 }
 .AnyTagClassName
 {
   color: #CAFC74;
 }
</style>
background-color css

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

 a { background-color: rgb(202,252,116); }

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

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

 span { border-color: rgb(202,252,116); }

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