Html Css Color HEX #C5F960 Mindaro

📋 copy color: '#C5F960'

red 197 ◦ green 249 ◦ blue 96

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

Shades of Mindaro #C5F960

Tints of Mindaro #C5F960

RGB

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

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

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

R = 36.35%
G = 45.94%
B = 17.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#C5F960 (or 0xC5F960) is known color: Mindaro. HEX triplet: C5, F9 and 60. RGB value is (197,249,96). Sum of RGB (Red+Green+Blue) = 197+249+96=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F960 is #3A069F. Grayscale: #D8D8D8. Windows color (decimal): -3802784 or 6355397. OLE color: 6355397.

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

Color convert

RGB 197 249 96 -
CMYK 0.21 0 0.61 0.02
HSL 80.39º 0.93% 0.68% -
HSV(B) 80.39º 0.61% 0.98% -
XYZ 59.01 80.47 23.49 -
YUV 216.01 60.27 114.44 -
System Red Green Blue C M Y K H S L
Decimal 197 249 96 0.21 0 0.61 0.02 80.39 0.93 0.68
Hex C5 F9 60 15 0 3D 2 50 5D 44
Octal 305 371 140 25 0 75 2 120 135 104
Binary 11000101 11111001 1100000 10101 0 111101 10 1010000 1011101 1000100

Color Harmonies of #C5F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F960

Black with #C5F960

Text Example


Text Example

White with #C5F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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