#CAFD84

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

Shades of Sulu #CAFD84

Tints of Sulu #CAFD84

Color information

#CAFD84 (or 0xCAFD84) is unknown color: approx Sulu. HEX triplet: CA, FD and 84. RGB value is (202,253,132). Sum of RGB (Red+Green+Blue) = 202+253+132=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFD84 is #35027B. Grayscale: #E0E0E0. Windows color (decimal): -3474044 or 8715722. OLE color: 8715722.

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

Color convert

RGB202253132-
CMYK0.2000.480.01
HSL85.29º96.8%75.49%-
HSV(B)85.29º47.83%99.22%-
XYZ63.6584.4734.78-
YUV223.9676.1112.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 253 (99.22% from 255) = 43.10%
BLUE value IS 132 (51.95% from 255) = 22.49%
R=34.41%
G=43.10%
B=22.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531320.2000.480.0185.2996.875.49
HexCAFD8414030155614b
Octal312375204240601125141113
Binary1100101011111101100001001010001100001101010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD84; }

 p { color: rgb(202,253,132); }

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

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

 a { background-color: rgb(202,253,132); }

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

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

 span { border-color: rgb(202,253,132); }

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