#CFE455

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

Shades of Mindaro #CFE455

Tints of Mindaro #CFE455

Color information

#CFE455 (or 0xCFE455) is unknown color: approx Mindaro. HEX triplet: CF, E4 and 55. RGB value is (207,228,85). Sum of RGB (Red+Green+Blue) = 207+228+85=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE455 is #301BAA. Grayscale: #CDCDCD. Windows color (decimal): -3152811 or 5629135. OLE color: 5629135.

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

Color convert

RGB20722885-
CMYK0.0900.630.11
HSL68.81º72.59%61.37%-
HSV(B)68.81º62.72%89.41%-
XYZ55.1269.4119.09-
YUV205.4260.04129.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 228 (89.45% from 255) = 43.85%
BLUE value IS 85 (33.59% from 255) = 16.35%
R=39.81%
G=43.85%
B=16.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207228850.0900.630.1168.8172.5961.37
HexCFE455903FB45493d
Octal317344125110771310511175
Binary1100111111100100101010110010111111101110001011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE455; }

 p { color: rgb(207,228,85); }

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

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

 a { background-color: rgb(207,228,85); }

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

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

 span { border-color: rgb(207,228,85); }

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