Html Css Color HEX #61C331 Apple

📋 copy color: '#61C331'

red 97 ◦ green 195 ◦ blue 49

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

Shades of Apple #61C331

Tints of Apple #61C331

RGB

 RED value IS 97 (38.28% from 255) = 28.45%

 GREEN value IS 195 (76.56% from 255) = 57.18%

 BLUE value IS 49 (19.53% from 255) = 14.37%

R = 28.45%
G = 57.18%
B = 14.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#61C331 (or 0x61C331) is known color: Apple. HEX triplet: 61, C3 and 31. RGB value is (97,195,49). Sum of RGB (Red+Green+Blue) = 97+195+49=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #61C331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C331 is #9E3CCE. Grayscale: #959595. Windows color (decimal): -10370255 or 3261281. OLE color: 3261281.

HSL color Cylindrical-coordinate representation of color #61C331: hue angle of 100.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61C331 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 195 49 -
CMYK 0.50 0 0.75 0.24
HSL 100.27º 0.6% 0.48% -
HSV(B) 100.27º 0.75% 0.76% -
XYZ 25 41.79 9.66 -
YUV 149.05 71.53 90.87 -
System Red Green Blue C M Y K H S L
Decimal 97 195 49 0.50 0 0.75 0.24 100.27 0.6 0.48
Hex 61 C3 31 32 0 4B 18 64 3C 30
Octal 141 303 61 62 0 113 30 144 74 60
Binary 1100001 11000011 110001 110010 0 1001011 11000 1100100 111100 110000

Color Harmonies of #61C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C331

Black with #61C331

Text Example


Text Example

White with #61C331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61C331; }

 p { color: rgb(97,195,49); }

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

background-color css

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

 a { background-color: rgb(97,195,49); }

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

border-color css

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

 span { border-color: rgb(97,195,49); }

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