#CEF16D

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

Shades of Mindaro #CEF16D

Tints of Mindaro #CEF16D

Color information

#CEF16D (or 0xCEF16D) is unknown color: approx Mindaro. HEX triplet: CE, F1 and 6D. RGB value is (206,241,109). Sum of RGB (Red+Green+Blue) = 206+241+109=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF16D is #310E92. Grayscale: #D7D7D7. Windows color (decimal): -3214995 or 7205326. OLE color: 7205326.

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

Color convert

RGB206241109-
CMYK0.1500.550.05
HSL75.91º82.5%68.63%-
HSV(B)75.91º54.77%94.51%-
XYZ59.6777.1426.21-
YUV215.4967.9121.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 109 (42.97% from 255) = 19.60%
R=37.05%
G=43.35%
B=19.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411090.1500.550.0575.9182.568.63
HexCEF16DF03754c5245
Octal316361155170675114122105
Binary1100111011110001110110111110110111101100110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF16D; }

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

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

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

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

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

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

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

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