#CEF969

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

Shades of Mindaro #CEF969

Tints of Mindaro #CEF969

Color information

#CEF969 (or 0xCEF969) is unknown color: approx Mindaro. HEX triplet: CE, F9 and 69. RGB value is (206,249,105). Sum of RGB (Red+Green+Blue) = 206+249+105=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF969 is #310696. Grayscale: #DCDCDC. Windows color (decimal): -3212951 or 6945230. OLE color: 6945230.

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

Color convert

RGB206249105-
CMYK0.1700.580.02
HSL77.92º92.31%69.41%-
HSV(B)77.92º57.83%97.65%-
XYZ61.8881.8925.91-
YUV219.7363.25118.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 249 (97.66% from 255) = 44.46%
BLUE value IS 105 (41.41% from 255) = 18.75%
R=36.79%
G=44.46%
B=18.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491050.1700.580.0277.9292.3169.41
HexCEF9691103A24e5c45
Octal316371151210722116134105
Binary1100111011111001110100110001011101010100111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF969; }

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

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

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

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

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

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

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

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