Html Css Color HEX #C5F260 Mindaro

📋 copy color: '#C5F260'

red 197 ◦ green 242 ◦ blue 96

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

Shades of Mindaro #C5F260

Tints of Mindaro #C5F260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

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

R = 36.82%
G = 45.23%
B = 17.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#C5F260 (or 0xC5F260) is known color: Mindaro. HEX triplet: C5, F2 and 60. RGB value is (197,242,96). Sum of RGB (Red+Green+Blue) = 197+242+96=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F260 is #3A0D9F. Grayscale: #D4D4D4. Windows color (decimal): -3804576 or 6353605. OLE color: 6353605.

HSL color Cylindrical-coordinate representation of color #C5F260: hue angle of 78.49º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5F260 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 96 -
CMYK 0.19 0 0.60 0.05
HSL 78.49º 0.85% 0.66% -
HSV(B) 78.49º 0.6% 0.95% -
XYZ 56.89 76.22 22.78 -
YUV 211.9 62.59 117.37 -
System Red Green Blue C M Y K H S L
Decimal 197 242 96 0.19 0 0.60 0.05 78.49 0.85 0.66
Hex C5 F2 60 13 0 3C 5 4E 55 42
Octal 305 362 140 23 0 74 5 116 125 102
Binary 11000101 11110010 1100000 10011 0 111100 101 1001110 1010101 1000010

Color Harmonies of #C5F260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F260

Black with #C5F260

Text Example


Text Example

White with #C5F260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F260; }

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

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

background-color css

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

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

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

border-color css

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

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

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