Html Css Color HEX #CCEA64 Mindaro

📋 copy color: '#CCEA64'

red 204 ◦ green 234 ◦ blue 100

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

Shades of Mindaro #CCEA64

Tints of Mindaro #CCEA64

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.49%

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

R = 37.92%
G = 43.49%
B = 18.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#CCEA64 (or 0xCCEA64) is known color: Mindaro. HEX triplet: CC, EA and 64. RGB value is (204,234,100). Sum of RGB (Red+Green+Blue) = 204+234+100=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA64 is #33159B. Grayscale: #D2D2D2. Windows color (decimal): -3347868 or 6613708. OLE color: 6613708.

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

Color convert

RGB 204 234 100 -
CMYK 0.13 0 0.57 0.08
HSL 73.43º 0.76% 0.65% -
HSV(B) 73.43º 0.57% 0.92% -
XYZ 56.62 72.6 23.09 -
YUV 209.75 66.06 123.9 -
System Red Green Blue C M Y K H S L
Decimal 204 234 100 0.13 0 0.57 0.08 73.43 0.76 0.65
Hex CC EA 64 D 0 39 8 49 4C 41
Octal 314 352 144 15 0 71 10 111 114 101
Binary 11001100 11101010 1100100 1101 0 111001 1000 1001001 1001100 1000001

Color Harmonies of #CCEA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA64

Black with #CCEA64

Text Example


Text Example

White with #CCEA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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