Html Css Color HEX #C5F760 Mindaro

📋 copy color: '#C5F760'

red 197 ◦ green 247 ◦ blue 96

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

Shades of Mindaro #C5F760

Tints of Mindaro #C5F760

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.74%

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

R = 36.48%
G = 45.74%
B = 17.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#C5F760 (or 0xC5F760) is known color: Mindaro. HEX triplet: C5, F7 and 60. RGB value is (197,247,96). Sum of RGB (Red+Green+Blue) = 197+247+96=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F760 is #3A089F. Grayscale: #D7D7D7. Windows color (decimal): -3803296 or 6354885. OLE color: 6354885.

HSL color Cylindrical-coordinate representation of color #C5F760: hue angle of 79.87º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5F760 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 247 96 -
CMYK 0.20 0 0.61 0.03
HSL 79.87º 0.9% 0.67% -
HSV(B) 79.87º 0.61% 0.97% -
XYZ 58.4 79.24 23.28 -
YUV 214.84 60.94 115.28 -
System Red Green Blue C M Y K H S L
Decimal 197 247 96 0.20 0 0.61 0.03 79.87 0.9 0.67
Hex C5 F7 60 14 0 3D 3 50 5A 43
Octal 305 367 140 24 0 75 3 120 132 103
Binary 11000101 11110111 1100000 10100 0 111101 11 1010000 1011010 1000011

Color Harmonies of #C5F760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F760

Black with #C5F760

Text Example


Text Example

White with #C5F760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F760; }

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

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

background-color css

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

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

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

border-color css

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

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

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