Html Css Color HEX #C6F061 Mindaro

📋 copy color: '#C6F061'

red 198 ◦ green 240 ◦ blue 97

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

Shades of Mindaro #C6F061

Tints of Mindaro #C6F061

RGB

 RED value IS 198 (77.73% from 255) = 37.01%

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

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

R = 37.01%
G = 44.86%
B = 18.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#C6F061 (or 0xC6F061) is known color: Mindaro. HEX triplet: C6, F0 and 61. RGB value is (198,240,97). Sum of RGB (Red+Green+Blue) = 198+240+97=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F061 is #390F9E. Grayscale: #D3D3D3. Windows color (decimal): -3739551 or 6418630. OLE color: 6418630.

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

Color convert

RGB 198 240 97 -
CMYK 0.18 0 0.60 0.06
HSL 77.62º 0.83% 0.66% -
HSV(B) 77.62º 0.6% 0.94% -
XYZ 56.61 75.19 22.84 -
YUV 211.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 198 240 97 0.18 0 0.60 0.06 77.62 0.83 0.66
Hex C6 F0 61 12 0 3C 6 4E 53 42
Octal 306 360 141 22 0 74 6 116 123 102
Binary 11000110 11110000 1100001 10010 0 111100 110 1001110 1010011 1000010

Color Harmonies of #C6F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F061

Black with #C6F061

Text Example


Text Example

White with #C6F061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F061; }

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

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

background-color css

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

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

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

border-color css

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

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

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