Html Css Color HEX #CCF660 Mindaro

📋 copy color: '#CCF660'

red 204 ◦ green 246 ◦ blue 96

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

Shades of Mindaro #CCF660

Tints of Mindaro #CCF660

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.05%

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

R = 37.36%
G = 45.05%
B = 17.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#CCF660 (or 0xCCF660) is known color: Mindaro. HEX triplet: CC, F6 and 60. RGB value is (204,246,96). Sum of RGB (Red+Green+Blue) = 204+246+96=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF660 is #33099F. Grayscale: #D8D8D8. Windows color (decimal): -3344800 or 6354636. OLE color: 6354636.

HSL color Cylindrical-coordinate representation of color #CCF660: hue angle of 76.8º degrees, saturation: 0.89, 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 #CCF660 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 96 -
CMYK 0.17 0 0.61 0.04
HSL 76.8º 0.89% 0.67% -
HSV(B) 76.8º 0.61% 0.96% -
XYZ 59.97 79.59 23.27 -
YUV 216.34 60.09 119.2 -
System Red Green Blue C M Y K H S L
Decimal 204 246 96 0.17 0 0.61 0.04 76.8 0.89 0.67
Hex CC F6 60 11 0 3D 4 4D 59 43
Octal 314 366 140 21 0 75 4 115 131 103
Binary 11001100 11110110 1100000 10001 0 111101 100 1001101 1011001 1000011

Color Harmonies of #CCF660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF660

Black with #CCF660

Text Example


Text Example

White with #CCF660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF660; }

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

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

background-color css

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

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

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

border-color css

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

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

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