Html Css Color HEX #CCF460 Mindaro

📋 copy color: '#CCF460'

red 204 ◦ green 244 ◦ blue 96

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

Shades of Mindaro #CCF460

Tints of Mindaro #CCF460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.65%

R = 37.5%
G = 44.85%
B = 17.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#CCF460 (or 0xCCF460) is known color: Mindaro. HEX triplet: CC, F4 and 60. RGB value is (204,244,96). Sum of RGB (Red+Green+Blue) = 204+244+96=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF460 is #330B9F. Grayscale: #D7D7D7. Windows color (decimal): -3345312 or 6354124. OLE color: 6354124.

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

Color convert

RGB 204 244 96 -
CMYK 0.16 0 0.61 0.04
HSL 76.22º 0.87% 0.67% -
HSV(B) 76.22º 0.61% 0.96% -
XYZ 59.36 78.38 23.07 -
YUV 215.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 204 244 96 0.16 0 0.61 0.04 76.22 0.87 0.67
Hex CC F4 60 10 0 3D 4 4C 57 43
Octal 314 364 140 20 0 75 4 114 127 103
Binary 11001100 11110100 1100000 10000 0 111101 100 1001100 1010111 1000011

Color Harmonies of #CCF460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF460

Black with #CCF460

Text Example


Text Example

White with #CCF460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF460; }

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

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

background-color css

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

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

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

border-color css

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

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

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