#CEFD52

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

Shades of Mindaro #CEFD52

Tints of Mindaro #CEFD52

Color information

#CEFD52 (or 0xCEFD52) is unknown color: approx Mindaro. HEX triplet: CE, FD and 52. RGB value is (206,253,82). Sum of RGB (Red+Green+Blue) = 206+253+82=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 82 (32.42% from 255 or 15.16% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD52 is #3102AD. Grayscale: #DCDCDC. Windows color (decimal): -3211950 or 5438926. OLE color: 5438926.

HSL color Cylindrical-coordinate representation of color #CEFD52: hue angle of 76.49º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEFD52 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB20625382-
CMYK0.1900.680.01
HSL76.49º97.71%65.69%-
HSV(B)76.49º67.59%99.22%-
XYZ62.183.9820.92-
YUV219.4550.43118.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 253 (99.22% from 255) = 46.77%
BLUE value IS 82 (32.42% from 255) = 15.16%
R=38.08%
G=46.77%
B=15.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206253820.1900.680.0176.4997.7165.69
HexCEFD521304414c6242
Octal3163751222301041114142102
Binary1100111011111101101001010011010001001100110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD52; }

 p { color: rgb(206,253,82); }

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

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

 a { background-color: rgb(206,253,82); }

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

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

 span { border-color: rgb(206,253,82); }

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