Html Css Color HEX #C5F661 Mindaro

📋 copy color: '#C5F661'

red 197 ◦ green 246 ◦ blue 97

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

Shades of Mindaro #C5F661

Tints of Mindaro #C5F661

RGB

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

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

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

R = 36.48%
G = 45.56%
B = 17.96%

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

#C5F661 (or 0xC5F661) is known color: Mindaro. HEX triplet: C5, F6 and 61. RGB value is (197,246,97). Sum of RGB (Red+Green+Blue) = 197+246+97=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F661 is #3A099E. Grayscale: #D6D6D6. Windows color (decimal): -3803551 or 6420165. OLE color: 6420165.

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

Color convert

RGB 197 246 97 -
CMYK 0.20 0 0.61 0.04
HSL 79.73º 0.89% 0.67% -
HSV(B) 79.73º 0.61% 0.96% -
XYZ 58.14 78.64 23.42 -
YUV 214.36 61.77 115.62 -
System Red Green Blue C M Y K H S L
Decimal 197 246 97 0.20 0 0.61 0.04 79.73 0.89 0.67
Hex C5 F6 61 14 0 3D 4 50 59 43
Octal 305 366 141 24 0 75 4 120 131 103
Binary 11000101 11110110 1100001 10100 0 111101 100 1010000 1011001 1000011

Color Harmonies of #C5F661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F661

Black with #C5F661

Text Example


Text Example

White with #C5F661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F661; }

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

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

background-color css

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

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

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

border-color css

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

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

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