#CFE855

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

Shades of Mindaro #CFE855

Tints of Mindaro #CFE855

Color information

#CFE855 (or 0xCFE855) is unknown color: approx Mindaro. HEX triplet: CF, E8 and 55. RGB value is (207,232,85). Sum of RGB (Red+Green+Blue) = 207+232+85=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE855 is #3017AA. Grayscale: #D0D0D0. Windows color (decimal): -3151787 or 5630159. OLE color: 5630159.

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

Color convert

RGB20723285-
CMYK0.1100.630.09
HSL70.2º76.17%62.16%-
HSV(B)70.2º63.36%90.98%-
XYZ56.2371.6319.46-
YUV207.7758.72127.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 232 (91.02% from 255) = 44.27%
BLUE value IS 85 (33.59% from 255) = 16.22%
R=39.50%
G=44.27%
B=16.22%

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
Decimal207232850.1100.630.0970.276.1762.16
HexCFE855B03F9464c3e
Octal317350125130771110611476
Binary1100111111101000101010110110111111100110001101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE855; }

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

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

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

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

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

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

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

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