Html Css Color HEX #61D650 Apple

📋 copy color: '#61D650'

red 97 ◦ green 214 ◦ blue 80

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

Shades of Apple #61D650

Tints of Apple #61D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.73%

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 24.81%
G = 54.73%
B = 20.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#61D650 (or 0x61D650) is known color: Apple. HEX triplet: 61, D6 and 50. RGB value is (97,214,80). Sum of RGB (Red+Green+Blue) = 97+214+80=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #61D650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D650 is #9E29AF. Grayscale: #A4A4A4. Windows color (decimal): -10365360 or 5297761. OLE color: 5297761.

HSL color Cylindrical-coordinate representation of color #61D650: hue angle of 112.39º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61D650 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 214 80 -
CMYK 0.55 0 0.63 0.16
HSL 112.39º 0.62% 0.58% -
HSV(B) 112.39º 0.63% 0.84% -
XYZ 30.42 51.21 15.87 -
YUV 163.74 80.74 80.4 -
System Red Green Blue C M Y K H S L
Decimal 97 214 80 0.55 0 0.63 0.16 112.39 0.62 0.58
Hex 61 D6 50 37 0 3F 10 70 3E 3A
Octal 141 326 120 67 0 77 20 160 76 72
Binary 1100001 11010110 1010000 110111 0 111111 10000 1110000 111110 111010

Color Harmonies of #61D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D650

Black with #61D650

Text Example


Text Example

White with #61D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,214,80); }

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

background-color css

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

 a { background-color: rgb(97,214,80); }

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

border-color css

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

 span { border-color: rgb(97,214,80); }

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