Html Css Color HEX #61E13A Apple

📋 copy color: '#61E13A'

red 97 ◦ green 225 ◦ blue 58

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

Shades of Apple #61E13A

Tints of Apple #61E13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.21%

 BLUE value IS 58 (23.05% from 255) = 15.26%

R = 25.53%
G = 59.21%
B = 15.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#61E13A (or 0x61E13A) is known color: Apple. HEX triplet: 61, E1 and 3A. RGB value is (97,225,58). Sum of RGB (Red+Green+Blue) = 97+225+58=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #61E13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61E13A is #9E1EC5. Grayscale: #A8A8A8. Windows color (decimal): -10362566 or 3858785. OLE color: 3858785.

HSL color Cylindrical-coordinate representation of color #61E13A: hue angle of 105.99º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61E13A is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 225 58 -
CMYK 0.57 0 0.74 0.12
HSL 105.99º 0.74% 0.55% -
HSV(B) 105.99º 0.74% 0.88% -
XYZ 32.62 56.7 13.23 -
YUV 167.69 66.09 77.58 -
System Red Green Blue C M Y K H S L
Decimal 97 225 58 0.57 0 0.74 0.12 105.99 0.74 0.55
Hex 61 E1 3A 39 0 4A C 6A 4A 37
Octal 141 341 72 71 0 112 14 152 112 67
Binary 1100001 11100001 111010 111001 0 1001010 1100 1101010 1001010 110111

Color Harmonies of #61E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E13A

Black with #61E13A

Text Example


Text Example

White with #61E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,225,58); }

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

background-color css

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

 a { background-color: rgb(97,225,58); }

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

border-color css

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

 span { border-color: rgb(97,225,58); }

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