Html Css Color HEX #CCF961 Mindaro

📋 copy color: '#CCF961'

red 204 ◦ green 249 ◦ blue 97

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

Shades of Mindaro #CCF961

Tints of Mindaro #CCF961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.64%

R = 37.09%
G = 45.27%
B = 17.64%

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

#CCF961 (or 0xCCF961) is known color: Mindaro. HEX triplet: CC, F9 and 61. RGB value is (204,249,97). Sum of RGB (Red+Green+Blue) = 204+249+97=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF961 is #33069E. Grayscale: #DADADA. Windows color (decimal): -3344031 or 6420940. OLE color: 6420940.

HSL color Cylindrical-coordinate representation of color #CCF961: hue angle of 77.76º 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 #CCF961 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 97 -
CMYK 0.18 0 0.61 0.02
HSL 77.76º 0.93% 0.68% -
HSV(B) 77.76º 0.61% 0.98% -
XYZ 60.94 81.45 23.82 -
YUV 218.22 59.59 117.86 -
System Red Green Blue C M Y K H S L
Decimal 204 249 97 0.18 0 0.61 0.02 77.76 0.93 0.68
Hex CC F9 61 12 0 3D 2 4E 5D 44
Octal 314 371 141 22 0 75 2 116 135 104
Binary 11001100 11111001 1100001 10010 0 111101 10 1001110 1011101 1000100

Color Harmonies of #CCF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF961

Black with #CCF961

Text Example


Text Example

White with #CCF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF961; }

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

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

background-color css

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

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

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

border-color css

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

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

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