#cfe96f

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

Shades of Mindaro #CFE96F

Tints of Mindaro #CFE96F

Color information

#CFE96F (or 0xCFE96F) is unknown color: approx Mindaro. HEX triplet: CF, E9 and 6F. RGB value is (207,233,111). Sum of RGB (Red+Green+Blue) = 207+233+111=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE96F is #301690. Grayscale: #D3D3D3. Windows color (decimal): -3151505 or 7334351. OLE color: 7334351.

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

Color convert

RGB207233111-
CMYK0.1100.520.09
HSL72.79º73.49%67.45%-
HSV(B)72.79º52.36%91.37%-
XYZ57.7472.6926.03-
YUV211.3271.39124.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 233 (91.41% from 255) = 42.29%
BLUE value IS 111 (43.75% from 255) = 20.15%
R=37.57%
G=42.29%
B=20.15%

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
Decimal2072331110.1100.520.0972.7973.4967.45
HexCFE96FB0349494943
Octal3173511571306411111111103
Binary11001111111010011101111101101101001001100100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfe96f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfe96f; }

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

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

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

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

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

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

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

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