Html Css Color HEX #CCF464 Mindaro

📋 copy color: '#CCF464'

red 204 ◦ green 244 ◦ blue 100

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

Shades of Mindaro #CCF464

Tints of Mindaro #CCF464

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.53%

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

R = 37.23%
G = 44.53%
B = 18.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#CCF464 (or 0xCCF464) is known color: Mindaro. HEX triplet: CC, F4 and 64. RGB value is (204,244,100). Sum of RGB (Red+Green+Blue) = 204+244+100=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF464 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF464 is #330B9B. Grayscale: #D8D8D8. Windows color (decimal): -3345308 or 6616268. OLE color: 6616268.

HSL color Cylindrical-coordinate representation of color #CCF464: hue angle of 76.67º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCF464 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 100 -
CMYK 0.16 0 0.59 0.04
HSL 76.67º 0.87% 0.67% -
HSV(B) 76.67º 0.59% 0.96% -
XYZ 59.55 78.46 24.06 -
YUV 215.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 204 244 100 0.16 0 0.59 0.04 76.67 0.87 0.67
Hex CC F4 64 10 0 3B 4 4D 57 43
Octal 314 364 144 20 0 73 4 115 127 103
Binary 11001100 11110100 1100100 10000 0 111011 100 1001101 1010111 1000011

Color Harmonies of #CCF464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF464

Black with #CCF464

Text Example


Text Example

White with #CCF464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF464; }

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

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

background-color css

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

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

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

border-color css

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

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

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