#CEF150

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

Shades of Mindaro #CEF150

Tints of Mindaro #CEF150

Color information

#CEF150 (or 0xCEF150) is unknown color: approx Mindaro. HEX triplet: CE, F1 and 50. RGB value is (206,241,80). Sum of RGB (Red+Green+Blue) = 206+241+80=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF150 is #310EAF. Grayscale: #D4D4D4. Windows color (decimal): -3215024 or 5304782. OLE color: 5304782.

HSL color Cylindrical-coordinate representation of color #CEF150: hue angle of 73.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF150 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB20624180-
CMYK0.1500.670.05
HSL73.04º85.19%62.94%-
HSV(B)73.04º66.8%94.51%-
XYZ58.3676.6119.3-
YUV212.1853.4123.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 241 (94.53% from 255) = 45.73%
BLUE value IS 80 (31.64% from 255) = 15.18%
R=39.09%
G=45.73%
B=15.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206241800.1500.670.0573.0485.1962.94
HexCEF150F043549553f
Octal316361120170103511112577
Binary1100111011110001101000011110100001110110010011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF150; }

 p { color: rgb(206,241,80); }

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

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

 a { background-color: rgb(206,241,80); }

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

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

 span { border-color: rgb(206,241,80); }

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