#CEEB64

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

Shades of Mindaro #CEEB64

Tints of Mindaro #CEEB64

Color information

#CEEB64 (or 0xCEEB64) is unknown color: approx Mindaro. HEX triplet: CE, EB and 64. RGB value is (206,235,100). Sum of RGB (Red+Green+Blue) = 206+235+100=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEB64 is #31149B. Grayscale: #D3D3D3. Windows color (decimal): -3216540 or 6613966. OLE color: 6613966.

HSL color Cylindrical-coordinate representation of color #CEEB64: hue angle of 72.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEEB64 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB206235100-
CMYK0.1200.570.08
HSL72.89º77.14%65.69%-
HSV(B)72.89º57.45%92.16%-
XYZ57.4673.4623.21-
YUV210.9465.39124.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 100 (39.45% from 255) = 18.48%
R=38.08%
G=43.44%
B=18.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351000.1200.570.0872.8977.1465.69
HexCEEB64C0398494d42
Octal3163531441407110111115102
Binary11001110111010111100100110001110011000100100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEB64; }

 p { color: rgb(206,235,100); }

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

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

 a { background-color: rgb(206,235,100); }

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

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

 span { border-color: rgb(206,235,100); }

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