Html Css Color HEX #61C04D Apple

📋 copy color: '#61C04D'

red 97 ◦ green 192 ◦ blue 77

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

Shades of Apple #61C04D

Tints of Apple #61C04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.46%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 26.5%
G = 52.46%
B = 21.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#61C04D (or 0x61C04D) is known color: Apple. HEX triplet: 61, C0 and 4D. RGB value is (97,192,77). Sum of RGB (Red+Green+Blue) = 97+192+77=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #61C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C04D is #9E3FB2. Grayscale: #969696. Windows color (decimal): -10370995 or 5095521. OLE color: 5095521.

HSL color Cylindrical-coordinate representation of color #61C04D: hue angle of 109.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61C04D is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 192 77 -
CMYK 0.49 0 0.60 0.25
HSL 109.57º 0.48% 0.53% -
HSV(B) 109.57º 0.6% 0.75% -
XYZ 25.12 40.78 13.57 -
YUV 150.49 86.53 89.85 -
System Red Green Blue C M Y K H S L
Decimal 97 192 77 0.49 0 0.60 0.25 109.57 0.48 0.53
Hex 61 C0 4D 31 0 3C 19 6E 30 35
Octal 141 300 115 61 0 74 31 156 60 65
Binary 1100001 11000000 1001101 110001 0 111100 11001 1101110 110000 110101

Color Harmonies of #61C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C04D

Black with #61C04D

Text Example


Text Example

White with #61C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,192,77); }

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

background-color css

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

 a { background-color: rgb(97,192,77); }

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

border-color css

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

 span { border-color: rgb(97,192,77); }

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