Html Css Color HEX #61C13E Apple

📋 copy color: '#61C13E'

red 97 ◦ green 193 ◦ blue 62

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

Shades of Apple #61C13E

Tints of Apple #61C13E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.83%

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 27.56%
G = 54.83%
B = 17.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#61C13E (or 0x61C13E) is known color: Apple. HEX triplet: 61, C1 and 3E. RGB value is (97,193,62). Sum of RGB (Red+Green+Blue) = 97+193+62=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #61C13E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C13E is #9E3EC1. Grayscale: #959595. Windows color (decimal): -10370754 or 4112737. OLE color: 4112737.

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

Color convert

RGB 97 193 62 -
CMYK 0.50 0 0.68 0.24
HSL 103.97º 0.51% 0.5% -
HSV(B) 103.97º 0.68% 0.76% -
XYZ 24.87 41.03 11.17 -
YUV 149.36 78.7 90.65 -
System Red Green Blue C M Y K H S L
Decimal 97 193 62 0.50 0 0.68 0.24 103.97 0.51 0.5
Hex 61 C1 3E 32 0 44 18 68 33 32
Octal 141 301 76 62 0 104 30 150 63 62
Binary 1100001 11000001 111110 110010 0 1000100 11000 1101000 110011 110010

Color Harmonies of #61C13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C13E

Black with #61C13E

Text Example


Text Example

White with #61C13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,193,62); }

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

background-color css

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

 a { background-color: rgb(97,193,62); }

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

border-color css

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

 span { border-color: rgb(97,193,62); }

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