Html Css Color HEX #C5F660 Mindaro

📋 copy color: '#C5F660'

red 197 ◦ green 246 ◦ blue 96

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

Shades of Mindaro #C5F660

Tints of Mindaro #C5F660

RGB

 RED value IS 197 (77.34% from 255) = 36.55%

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

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

R = 36.55%
G = 45.64%
B = 17.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#C5F660 (or 0xC5F660) is known color: Mindaro. HEX triplet: C5, F6 and 60. RGB value is (197,246,96). Sum of RGB (Red+Green+Blue) = 197+246+96=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F660 is #3A099F. Grayscale: #D6D6D6. Windows color (decimal): -3803552 or 6354629. OLE color: 6354629.

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

Color convert

RGB 197 246 96 -
CMYK 0.20 0 0.61 0.04
HSL 79.6º 0.89% 0.67% -
HSV(B) 79.6º 0.61% 0.96% -
XYZ 58.09 78.63 23.18 -
YUV 214.25 61.27 115.7 -
System Red Green Blue C M Y K H S L
Decimal 197 246 96 0.20 0 0.61 0.04 79.6 0.89 0.67
Hex C5 F6 60 14 0 3D 4 50 59 43
Octal 305 366 140 24 0 75 4 120 131 103
Binary 11000101 11110110 1100000 10100 0 111101 100 1010000 1011001 1000011

Color Harmonies of #C5F660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F660

Black with #C5F660

Text Example


Text Example

White with #C5F660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F660; }

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

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

background-color css

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

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

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

border-color css

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

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

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