#CAFD7C

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

Shades of Sulu #CAFD7C

Tints of Sulu #CAFD7C

Color information

#CAFD7C (or 0xCAFD7C) is unknown color: approx Sulu. HEX triplet: CA, FD and 7C. RGB value is (202,253,124). Sum of RGB (Red+Green+Blue) = 202+253+124=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFD7C is #350283. Grayscale: #DFDFDF. Windows color (decimal): -3474052 or 8191434. OLE color: 8191434.

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

Color convert

RGB202253124-
CMYK0.2000.510.01
HSL83.72º96.99%73.92%-
HSV(B)83.72º50.99%99.22%-
XYZ63.1284.2632.01-
YUV223.0472.1112.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 253 (99.22% from 255) = 43.70%
BLUE value IS 124 (48.83% from 255) = 21.42%
R=34.89%
G=43.70%
B=21.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531240.2000.510.0183.7296.9973.92
HexCAFD7C14033154614a
Octal312375174240631124141112
Binary110010101111110111111001010001100111101010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD7C; }

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

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

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

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

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

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

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

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