#CAFD72

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

Shades of Sulu #CAFD72

Tints of Sulu #CAFD72

Color information

#CAFD72 (or 0xCAFD72) is unknown color: approx Sulu. HEX triplet: CA, FD and 72. RGB value is (202,253,114). Sum of RGB (Red+Green+Blue) = 202+253+114=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFD72 is #35028D. Grayscale: #DEDEDE. Windows color (decimal): -3474062 or 7536074. OLE color: 7536074.

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

Color convert

RGB202253114-
CMYK0.2000.550.01
HSL82.01º97.2%71.96%-
HSV(B)82.01º54.94%99.22%-
XYZ62.5284.0228.84-
YUV221.967.1113.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 253 (99.22% from 255) = 44.46%
BLUE value IS 114 (44.92% from 255) = 20.04%
R=35.50%
G=44.46%
B=20.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531140.2000.550.0182.0197.271.96
HexCAFD72140371526148
Octal312375162240671122141110
Binary110010101111110111100101010001101111101001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD72; }

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

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

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

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

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

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

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

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