#CFEE5A

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

Shades of Mindaro #CFEE5A

Tints of Mindaro #CFEE5A

Color information

#CFEE5A (or 0xCFEE5A) is unknown color: approx Mindaro. HEX triplet: CF, EE and 5A. RGB value is (207,238,90). Sum of RGB (Red+Green+Blue) = 207+238+90=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE5A is #3011A5. Grayscale: #D4D4D4. Windows color (decimal): -3150246 or 5959375. OLE color: 5959375.

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

Color convert

RGB20723890-
CMYK0.1300.620.07
HSL72.57º81.32%64.31%-
HSV(B)72.57º62.18%93.33%-
XYZ58.1575.1521.11-
YUV211.8659.23124.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 238 (93.36% from 255) = 44.49%
BLUE value IS 90 (35.55% from 255) = 16.82%
R=38.69%
G=44.49%
B=16.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207238900.1300.620.0772.5781.3264.31
HexCFEE5AD03E7495140
Octal317356132150767111121100
Binary1100111111101110101101011010111110111100100110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEE5A; }

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

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

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

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

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

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

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

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