#CFE972

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

Shades of Mindaro #CFE972

Tints of Mindaro #CFE972

Color information

#CFE972 (or 0xCFE972) is unknown color: approx Mindaro. HEX triplet: CF, E9 and 72. RGB value is (207,233,114). Sum of RGB (Red+Green+Blue) = 207+233+114=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE972 is #30168D. Grayscale: #D4D4D4. Windows color (decimal): -3151502 or 7530959. OLE color: 7530959.

HSL color Cylindrical-coordinate representation of color #CFE972: hue angle of 73.11º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFE972 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB207233114-
CMYK0.1100.510.09
HSL73.11º73.01%68.04%-
HSV(B)73.11º51.07%91.37%-
XYZ57.9172.7626.91-
YUV211.6672.89124.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 233 (91.41% from 255) = 42.06%
BLUE value IS 114 (44.92% from 255) = 20.58%
R=37.36%
G=42.06%
B=20.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331140.1100.510.0973.1173.0168.04
HexCFE972B0339494944
Octal3173511621306311111111104
Binary11001111111010011110010101101100111001100100110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE972; }

 p { color: rgb(207,233,114); }

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

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

 a { background-color: rgb(207,233,114); }

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

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

 span { border-color: rgb(207,233,114); }

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