Html Css Color HEX #CCE964 Mindaro

📋 copy color: '#CCE964'

red 204 ◦ green 233 ◦ blue 100

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

Shades of Mindaro #CCE964

Tints of Mindaro #CCE964

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.39%

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

R = 37.99%
G = 43.39%
B = 18.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#CCE964 (or 0xCCE964) is known color: Mindaro. HEX triplet: CC, E9 and 64. RGB value is (204,233,100). Sum of RGB (Red+Green+Blue) = 204+233+100=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE964 is #33169B. Grayscale: #D1D1D1. Windows color (decimal): -3348124 or 6613452. OLE color: 6613452.

HSL color Cylindrical-coordinate representation of color #CCE964: hue angle of 73.08º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCE964 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 100 -
CMYK 0.12 0 0.57 0.09
HSL 73.08º 0.75% 0.65% -
HSV(B) 73.08º 0.57% 0.91% -
XYZ 56.34 72.04 22.99 -
YUV 209.17 66.39 124.31 -
System Red Green Blue C M Y K H S L
Decimal 204 233 100 0.12 0 0.57 0.09 73.08 0.75 0.65
Hex CC E9 64 C 0 39 9 49 4B 41
Octal 314 351 144 14 0 71 11 111 113 101
Binary 11001100 11101001 1100100 1100 0 111001 1001 1001001 1001011 1000001

Color Harmonies of #CCE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE964

Black with #CCE964

Text Example


Text Example

White with #CCE964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE964; }

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

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

background-color css

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

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

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

border-color css

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

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

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