Html Css Color HEX #CCFC64 Mindaro

📋 copy color: '#CCFC64'

red 204 ◦ green 252 ◦ blue 100

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

Shades of Mindaro #CCFC64

Tints of Mindaro #CCFC64

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.32%

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

R = 36.69%
G = 45.32%
B = 17.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#CCFC64 (or 0xCCFC64) is known color: Mindaro. HEX triplet: CC, FC and 64. RGB value is (204,252,100). Sum of RGB (Red+Green+Blue) = 204+252+100=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC64 is #33039B. Grayscale: #DCDCDC. Windows color (decimal): -3343260 or 6618316. OLE color: 6618316.

HSL color Cylindrical-coordinate representation of color #CCFC64: hue angle of 78.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCFC64 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 100 -
CMYK 0.19 0 0.60 0.01
HSL 78.95º 0.96% 0.69% -
HSV(B) 78.95º 0.6% 0.99% -
XYZ 62.01 83.38 24.88 -
YUV 220.32 60.1 116.36 -
System Red Green Blue C M Y K H S L
Decimal 204 252 100 0.19 0 0.60 0.01 78.95 0.96 0.69
Hex CC FC 64 13 0 3C 1 4F 60 45
Octal 314 374 144 23 0 74 1 117 140 105
Binary 11001100 11111100 1100100 10011 0 111100 1 1001111 1100000 1000101

Color Harmonies of #CCFC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC64

Black with #CCFC64

Text Example


Text Example

White with #CCFC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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