#CFE971

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

Shades of Mindaro #CFE971

Tints of Mindaro #CFE971

Color information

#CFE971 (or 0xCFE971) is unknown color: approx Mindaro. HEX triplet: CF, E9 and 71. RGB value is (207,233,113). Sum of RGB (Red+Green+Blue) = 207+233+113=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE971 is #30168E. Grayscale: #D4D4D4. Windows color (decimal): -3151503 or 7465423. OLE color: 7465423.

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

Color convert

RGB207233113-
CMYK0.1100.520.09
HSL73º73.17%67.84%-
HSV(B)73º51.5%91.37%-
XYZ57.8572.7426.61-
YUV211.5572.39124.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 113 (44.53% from 255) = 20.43%
R=37.43%
G=42.13%
B=20.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331130.1100.520.097373.1767.84
HexCFE971B0349494944
Octal3173511611306411111111104
Binary11001111111010011110001101101101001001100100110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE971; }

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

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

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

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

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

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

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

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