#CFEE5E

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

Shades of Mindaro #CFEE5E

Tints of Mindaro #CFEE5E

Color information

#CFEE5E (or 0xCFEE5E) is unknown color: approx Mindaro. HEX triplet: CF, EE and 5E. RGB value is (207,238,94). Sum of RGB (Red+Green+Blue) = 207+238+94=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE5E is #3011A1. Grayscale: #D4D4D4. Windows color (decimal): -3150242 or 6221519. OLE color: 6221519.

HSL color Cylindrical-coordinate representation of color #CFEE5E: hue angle of 72.92º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFEE5E is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB20723894-
CMYK0.1300.610.07
HSL72.92º80.9%65.1%-
HSV(B)72.92º60.5%93.33%-
XYZ58.3375.2222.03-
YUV212.3261.23124.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 238 (93.36% from 255) = 44.16%
BLUE value IS 94 (37.11% from 255) = 17.44%
R=38.40%
G=44.16%
B=17.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207238940.1300.610.0772.9280.965.1
HexCFEE5ED03D7495141
Octal317356136150757111121101
Binary1100111111101110101111011010111101111100100110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEE5E; }

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

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

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

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

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

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

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

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