#CFF15E

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

Shades of Mindaro #CFF15E

Tints of Mindaro #CFF15E

Color information

#CFF15E (or 0xCFF15E) is unknown color: approx Mindaro. HEX triplet: CF, F1 and 5E. RGB value is (207,241,94). Sum of RGB (Red+Green+Blue) = 207+241+94=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF15E is #300EA1. Grayscale: #D6D6D6. Windows color (decimal): -3149474 or 6222287. OLE color: 6222287.

HSL color Cylindrical-coordinate representation of color #CFF15E: hue angle of 73.88º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF15E is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB20724194-
CMYK0.1400.610.05
HSL73.88º84%65.69%-
HSV(B)73.88º61%94.51%-
XYZ59.2176.9822.33-
YUV214.0860.24122.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 241 (94.53% from 255) = 44.46%
BLUE value IS 94 (37.11% from 255) = 17.34%
R=38.19%
G=44.46%
B=17.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal207241940.1400.610.0573.888465.69
HexCFF15EE03D54a5442
Octal317361136160755112124102
Binary1100111111110001101111011100111101101100101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF15E; }

 p { color: rgb(207,241,94); }

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

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

 a { background-color: rgb(207,241,94); }

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

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

 span { border-color: rgb(207,241,94); }

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