Html Css Color HEX #61CE50 Apple

📋 copy color: '#61CE50'

red 97 ◦ green 206 ◦ blue 80

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

Shades of Apple #61CE50

Tints of Apple #61CE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.79%

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

R = 25.33%
G = 53.79%
B = 20.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#61CE50 (or 0x61CE50) is known color: Apple. HEX triplet: 61, CE and 50. RGB value is (97,206,80). Sum of RGB (Red+Green+Blue) = 97+206+80=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CE50 is #9E31AF. Grayscale: #9F9F9F. Windows color (decimal): -10367408 or 5295713. OLE color: 5295713.

HSL color Cylindrical-coordinate representation of color #61CE50: hue angle of 111.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61CE50 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 206 80 -
CMYK 0.53 0 0.61 0.19
HSL 111.9º 0.56% 0.56% -
HSV(B) 111.9º 0.61% 0.81% -
XYZ 28.45 47.26 15.21 -
YUV 159.05 83.39 83.75 -
System Red Green Blue C M Y K H S L
Decimal 97 206 80 0.53 0 0.61 0.19 111.9 0.56 0.56
Hex 61 CE 50 35 0 3D 13 70 38 38
Octal 141 316 120 65 0 75 23 160 70 70
Binary 1100001 11001110 1010000 110101 0 111101 10011 1110000 111000 111000

Color Harmonies of #61CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CE50

Black with #61CE50

Text Example


Text Example

White with #61CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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