Html Css Color HEX #CCF061 Mindaro

📋 copy color: '#CCF061'

red 204 ◦ green 240 ◦ blue 97

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

Shades of Mindaro #CCF061

Tints of Mindaro #CCF061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.36%

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

R = 37.71%
G = 44.36%
B = 17.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#CCF061 (or 0xCCF061) is known color: Mindaro. HEX triplet: CC, F0 and 61. RGB value is (204,240,97). Sum of RGB (Red+Green+Blue) = 204+240+97=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF061 is #330F9E. Grayscale: #D5D5D5. Windows color (decimal): -3346335 or 6418636. OLE color: 6418636.

HSL color Cylindrical-coordinate representation of color #CCF061: hue angle of 75.1º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCF061 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 97 -
CMYK 0.15 0 0.60 0.06
HSL 75.1º 0.83% 0.66% -
HSV(B) 75.1º 0.6% 0.94% -
XYZ 58.22 76.02 22.91 -
YUV 212.93 62.57 121.63 -
System Red Green Blue C M Y K H S L
Decimal 204 240 97 0.15 0 0.60 0.06 75.1 0.83 0.66
Hex CC F0 61 F 0 3C 6 4B 53 42
Octal 314 360 141 17 0 74 6 113 123 102
Binary 11001100 11110000 1100001 1111 0 111100 110 1001011 1010011 1000010

Color Harmonies of #CCF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF061

Black with #CCF061

Text Example


Text Example

White with #CCF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF061; }

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

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

background-color css

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

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

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

border-color css

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

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

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