#CEFA62

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

Shades of Mindaro #CEFA62

Tints of Mindaro #CEFA62

Color information

#CEFA62 (or 0xCEFA62) is unknown color: approx Mindaro. HEX triplet: CE, FA and 62. RGB value is (206,250,98). Sum of RGB (Red+Green+Blue) = 206+250+98=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA62 is #31059D. Grayscale: #DCDCDC. Windows color (decimal): -3212702 or 6486734. OLE color: 6486734.

HSL color Cylindrical-coordinate representation of color #CEFA62: hue angle of 77.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEFA62 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB20625098-
CMYK0.1800.610.02
HSL77.37º93.83%68.24%-
HSV(B)77.37º60.8%98.04%-
XYZ61.8482.3724.2-
YUV219.5259.42118.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 98 (38.67% from 255) = 17.69%
R=37.18%
G=45.13%
B=17.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206250980.1800.610.0277.3793.8368.24
HexCEFA621203D24d5e44
Octal316372142220752115136104
Binary1100111011111010110001010010011110110100110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFA62; }

 p { color: rgb(206,250,98); }

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

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

 a { background-color: rgb(206,250,98); }

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

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

 span { border-color: rgb(206,250,98); }

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