Html Css Color HEX #CEE164 Mindaro

📋 copy color: '#CEE164'

red 206 ◦ green 225 ◦ blue 100

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

Shades of Mindaro #CEE164

Tints of Mindaro #CEE164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.37%

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

R = 38.79%
G = 42.37%
B = 18.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CEE164 (or 0xCEE164) is known color: Mindaro. HEX triplet: CE, E1 and 64. RGB value is (206,225,100). Sum of RGB (Red+Green+Blue) = 206+225+100=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE164 is #311E9B. Grayscale: #CDCDCD. Windows color (decimal): -3219100 or 6611406. OLE color: 6611406.

HSL color Cylindrical-coordinate representation of color #CEE164: hue angle of 69.12º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEE164 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 100 -
CMYK 0.08 0 0.56 0.12
HSL 69.12º 0.68% 0.64% -
HSV(B) 69.12º 0.56% 0.88% -
XYZ 54.68 67.89 22.28 -
YUV 205.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 206 225 100 0.08 0 0.56 0.12 69.12 0.68 0.64
Hex CE E1 64 8 0 38 C 45 44 40
Octal 316 341 144 10 0 70 14 105 104 100
Binary 11001110 11100001 1100100 1000 0 111000 1100 1000101 1000100 1000000

Color Harmonies of #CEE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE164

Black with #CEE164

Text Example


Text Example

White with #CEE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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