Html Css Color HEX #CCEE64 Mindaro

📋 copy color: '#CCEE64'

red 204 ◦ green 238 ◦ blue 100

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

Shades of Mindaro #CCEE64

Tints of Mindaro #CCEE64

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.91%

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

R = 37.64%
G = 43.91%
B = 18.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#CCEE64 (or 0xCCEE64) is known color: Mindaro. HEX triplet: CC, EE and 64. RGB value is (204,238,100). Sum of RGB (Red+Green+Blue) = 204+238+100=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE64 is #33119B. Grayscale: #D4D4D4. Windows color (decimal): -3346844 or 6614732. OLE color: 6614732.

HSL color Cylindrical-coordinate representation of color #CCEE64: hue angle of 74.78º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCEE64 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 100 -
CMYK 0.14 0 0.58 0.07
HSL 74.78º 0.8% 0.66% -
HSV(B) 74.78º 0.58% 0.93% -
XYZ 57.78 74.91 23.47 -
YUV 212.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 204 238 100 0.14 0 0.58 0.07 74.78 0.8 0.66
Hex CC EE 64 E 0 3A 7 4B 50 42
Octal 314 356 144 16 0 72 7 113 120 102
Binary 11001100 11101110 1100100 1110 0 111010 111 1001011 1010000 1000010

Color Harmonies of #CCEE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE64

Black with #CCEE64

Text Example


Text Example

White with #CCEE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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