Html Css Color HEX #CCF960 Mindaro

📋 copy color: '#CCF960'

red 204 ◦ green 249 ◦ blue 96

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

Shades of Mindaro #CCF960

Tints of Mindaro #CCF960

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.36%

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

R = 37.16%
G = 45.36%
B = 17.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#CCF960 (or 0xCCF960) is known color: Mindaro. HEX triplet: CC, F9 and 60. RGB value is (204,249,96). Sum of RGB (Red+Green+Blue) = 204+249+96=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF960 is #33069F. Grayscale: #DADADA. Windows color (decimal): -3344032 or 6355404. OLE color: 6355404.

HSL color Cylindrical-coordinate representation of color #CCF960: hue angle of 77.65º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF960 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 96 -
CMYK 0.18 0 0.61 0.02
HSL 77.65º 0.93% 0.68% -
HSV(B) 77.65º 0.61% 0.98% -
XYZ 60.89 81.43 23.58 -
YUV 218.1 59.09 117.94 -
System Red Green Blue C M Y K H S L
Decimal 204 249 96 0.18 0 0.61 0.02 77.65 0.93 0.68
Hex CC F9 60 12 0 3D 2 4E 5D 44
Octal 314 371 140 22 0 75 2 116 135 104
Binary 11001100 11111001 1100000 10010 0 111101 10 1001110 1011101 1000100

Color Harmonies of #CCF960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF960

Black with #CCF960

Text Example


Text Example

White with #CCF960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF960; }

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

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

background-color css

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

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

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

border-color css

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

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

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