#CAFC75

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

Shades of Sulu #CAFC75

Tints of Sulu #CAFC75

Color information

#CAFC75 (or 0xCAFC75) is unknown color: approx Sulu. HEX triplet: CA, FC and 75. RGB value is (202,252,117). Sum of RGB (Red+Green+Blue) = 202+252+117=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFC75 is #35038A. Grayscale: #DEDEDE. Windows color (decimal): -3474315 or 7732426. OLE color: 7732426.

HSL color Cylindrical-coordinate representation of color #CAFC75: hue angle of 82.22º 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 #CAFC75 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB202252117-
CMYK0.2000.540.01
HSL82.22º95.74%72.35%-
HSV(B)82.22º53.57%98.82%-
XYZ62.3883.4629.65-
YUV221.6668.94113.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 252 (98.83% from 255) = 44.13%
BLUE value IS 117 (46.09% from 255) = 20.49%
R=35.38%
G=44.13%
B=20.49%

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
Decimal2022521170.2000.540.0182.2295.7472.35
HexCAFC75140361526048
Octal312374165240661122140110
Binary110010101111110011101011010001101101101001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFC75; }

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

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

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

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

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

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

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

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