#CFE956

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

Shades of Mindaro #CFE956

Tints of Mindaro #CFE956

Color information

#CFE956 (or 0xCFE956) is unknown color: approx Mindaro. HEX triplet: CF, E9 and 56. RGB value is (207,233,86). Sum of RGB (Red+Green+Blue) = 207+233+86=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE956 is #3016A9. Grayscale: #D1D1D1. Windows color (decimal): -3151530 or 5695951. OLE color: 5695951.

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

Color convert

RGB20723386-
CMYK0.1100.630.09
HSL70.61º76.96%62.55%-
HSV(B)70.61º63.09%91.37%-
XYZ56.5572.2219.76-
YUV208.4758.89126.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 233 (91.41% from 255) = 44.30%
BLUE value IS 86 (33.98% from 255) = 16.35%
R=39.35%
G=44.30%
B=16.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207233860.1100.630.0970.6176.9662.55
HexCFE956B03F9474d3f
Octal317351126130771110711577
Binary1100111111101001101011010110111111100110001111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE956; }

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

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

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

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

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

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

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

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