Html Css Color HEX #CEE664 Mindaro

📋 copy color: '#CEE664'

red 206 ◦ green 230 ◦ blue 100

#CEE664
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CEE664

Tints of Mindaro #CEE664

RGB

 RED value IS 206 (80.86% from 255) = 38.43%

 GREEN value IS 230 (90.23% from 255) = 42.91%

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 38.43%
G = 42.91%
B = 18.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#CEE664 (or 0xCEE664) is known color: Mindaro. HEX triplet: CE, E6 and 64. RGB value is (206,230,100). Sum of RGB (Red+Green+Blue) = 206+230+100=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE664 is #31199B. Grayscale: #D0D0D0. Windows color (decimal): -3217820 or 6612686. OLE color: 6612686.

HSL color Cylindrical-coordinate representation of color #CEE664: hue angle of 71.08º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEE664 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 230 100 -
CMYK 0.10 0 0.57 0.10
HSL 71.08º 0.72% 0.65% -
HSV(B) 71.08º 0.57% 0.9% -
XYZ 56.05 70.64 22.74 -
YUV 208 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 206 230 100 0.10 0 0.57 0.10 71.08 0.72 0.65
Hex CE E6 64 A 0 39 A 47 48 41
Octal 316 346 144 12 0 71 12 107 110 101
Binary 11001110 11100110 1100100 1010 0 111001 1010 1000111 1001000 1000001

Color Harmonies of #CEE664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE664

Black with #CEE664

Text Example


Text Example

White with #CEE664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE664; }

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

 H1.HeaderClassName
 {
   color: #CEE664;
 }
 .AnyTagClassName
 {
   color: #CEE664;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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