Html Css Color HEX #CCE164 Mindaro

📋 copy color: '#CCE164'

red 204 ◦ green 225 ◦ blue 100

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

Shades of Mindaro #CCE164

Tints of Mindaro #CCE164

RGB

 RED value IS 204 (80.08% from 255) = 38.56%

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

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

R = 38.56%
G = 42.53%
B = 18.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CCE164 (or 0xCCE164) is known color: Mindaro. HEX triplet: CC, E1 and 64. RGB value is (204,225,100). Sum of RGB (Red+Green+Blue) = 204+225+100=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE164 is #331E9B. Grayscale: #CCCCCC. Windows color (decimal): -3350172 or 6611404. OLE color: 6611404.

HSL color Cylindrical-coordinate representation of color #CCE164: hue angle of 70.08º 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 #CCE164 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 100 -
CMYK 0.09 0 0.56 0.12
HSL 70.08º 0.68% 0.64% -
HSV(B) 70.08º 0.56% 0.88% -
XYZ 54.13 67.61 22.25 -
YUV 204.47 69.04 127.66 -
System Red Green Blue C M Y K H S L
Decimal 204 225 100 0.09 0 0.56 0.12 70.08 0.68 0.64
Hex CC E1 64 9 0 38 C 46 44 40
Octal 314 341 144 11 0 70 14 106 104 100
Binary 11001100 11100001 1100100 1001 0 111000 1100 1000110 1000100 1000000

Color Harmonies of #CCE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE164

Black with #CCE164

Text Example


Text Example

White with #CCE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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