#CFFE55

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

Shades of Mindaro #CFFE55

Tints of Mindaro #CFFE55

Color information

#CFFE55 (or 0xCFFE55) is unknown color: approx Mindaro. HEX triplet: CF, FE and 55. RGB value is (207,254,85). Sum of RGB (Red+Green+Blue) = 207+254+85=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE55 is #3001AA. Grayscale: #DDDDDD. Windows color (decimal): -3146155 or 5635791. OLE color: 5635791.

HSL color Cylindrical-coordinate representation of color #CFFE55: hue angle of 76.69º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFFE55 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB20725485-
CMYK0.1900.670.00
HSL76.69º98.83%66.47%-
HSV(B)76.69º66.54%99.61%-
XYZ62.8184.821.65-
YUV220.6851.43118.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 254 (99.61% from 255) = 46.52%
BLUE value IS 85 (33.59% from 255) = 15.57%
R=37.91%
G=46.52%
B=15.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal207254850.1900.670.0076.6998.8366.47
HexCFFE551304304d6342
Octal3173761252301030115143102
Binary1100111111111110101010110011010000110100110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFE55; }

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

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

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

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

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

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

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

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