#CEF96C

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

Shades of Mindaro #CEF96C

Tints of Mindaro #CEF96C

Color information

#CEF96C (or 0xCEF96C) is unknown color: approx Mindaro. HEX triplet: CE, F9 and 6C. RGB value is (206,249,108). Sum of RGB (Red+Green+Blue) = 206+249+108=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF96C is #310693. Grayscale: #DCDCDC. Windows color (decimal): -3212948 or 7141838. OLE color: 7141838.

HSL color Cylindrical-coordinate representation of color #CEF96C: hue angle of 78.3º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEF96C is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB206249108-
CMYK0.1700.570.02
HSL78.3º92.16%70%-
HSV(B)78.3º56.63%97.65%-
XYZ62.0481.9626.74-
YUV220.0764.75117.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 249 (97.66% from 255) = 44.23%
BLUE value IS 108 (42.58% from 255) = 19.18%
R=36.59%
G=44.23%
B=19.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491080.1700.570.0278.392.1670
HexCEF96C1103924e5c46
Octal316371154210712116134106
Binary1100111011111001110110010001011100110100111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF96C; }

 p { color: rgb(206,249,108); }

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

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

 a { background-color: rgb(206,249,108); }

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

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

 span { border-color: rgb(206,249,108); }

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