Html Css Color HEX #61D53D Apple

📋 copy color: '#61D53D'

red 97 ◦ green 213 ◦ blue 61

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

Shades of Apple #61D53D

Tints of Apple #61D53D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.41%

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 26.15%
G = 57.41%
B = 16.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#61D53D (or 0x61D53D) is known color: Apple. HEX triplet: 61, D5 and 3D. RGB value is (97,213,61). Sum of RGB (Red+Green+Blue) = 97+213+61=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #61D53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D53D is #9E2AC2. Grayscale: #A1A1A1. Windows color (decimal): -10365635 or 4052321. OLE color: 4052321.

HSL color Cylindrical-coordinate representation of color #61D53D: hue angle of 105.79º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61D53D is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 213 61 -
CMYK 0.54 0 0.71 0.16
HSL 105.79º 0.64% 0.54% -
HSV(B) 105.79º 0.71% 0.84% -
XYZ 29.57 50.47 12.6 -
YUV 160.99 71.57 82.36 -
System Red Green Blue C M Y K H S L
Decimal 97 213 61 0.54 0 0.71 0.16 105.79 0.64 0.54
Hex 61 D5 3D 36 0 47 10 6A 40 36
Octal 141 325 75 66 0 107 20 152 100 66
Binary 1100001 11010101 111101 110110 0 1000111 10000 1101010 1000000 110110

Color Harmonies of #61D53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D53D

Black with #61D53D

Text Example


Text Example

White with #61D53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,213,61); }

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

background-color css

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

 a { background-color: rgb(97,213,61); }

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

border-color css

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

 span { border-color: rgb(97,213,61); }

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