#CFEC73

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

Shades of Mindaro #CFEC73

Tints of Mindaro #CFEC73

Color information

#CFEC73 (or 0xCFEC73) is unknown color: approx Mindaro. HEX triplet: CF, EC and 73. RGB value is (207,236,115). Sum of RGB (Red+Green+Blue) = 207+236+115=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC73 is #30138C. Grayscale: #D5D5D5. Windows color (decimal): -3150733 or 7597263. OLE color: 7597263.

HSL color Cylindrical-coordinate representation of color #CFEC73: hue angle of 74.38º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFEC73 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB207236115-
CMYK0.1200.510.07
HSL74.38º76.1%68.82%-
HSV(B)74.38º51.27%92.55%-
XYZ58.8274.4927.5-
YUV213.5472.39123.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 236 (92.58% from 255) = 42.29%
BLUE value IS 115 (45.31% from 255) = 20.61%
R=37.10%
G=42.29%
B=20.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361150.1200.510.0774.3876.168.82
HexCFEC73C03374a4c45
Octal317354163140637112114105
Binary1100111111101100111001111000110011111100101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEC73; }

 p { color: rgb(207,236,115); }

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

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

 a { background-color: rgb(207,236,115); }

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

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

 span { border-color: rgb(207,236,115); }

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