Html Css Color HEX #61DB48 Apple

📋 copy color: '#61DB48'

red 97 ◦ green 219 ◦ blue 72

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

Shades of Apple #61DB48

Tints of Apple #61DB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.44%

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 25%
G = 56.44%
B = 18.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#61DB48 (or 0x61DB48) is known color: Apple. HEX triplet: 61, DB and 48. RGB value is (97,219,72). Sum of RGB (Red+Green+Blue) = 97+219+72=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DB48 is #9E24B7. Grayscale: #A6A6A6. Windows color (decimal): -10364088 or 4774753. OLE color: 4774753.

HSL color Cylindrical-coordinate representation of color #61DB48: hue angle of 109.8º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61DB48 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 72 -
CMYK 0.56 0 0.67 0.14
HSL 109.8º 0.67% 0.57% -
HSV(B) 109.8º 0.67% 0.86% -
XYZ 31.43 53.67 14.83 -
YUV 165.76 75.08 78.95 -
System Red Green Blue C M Y K H S L
Decimal 97 219 72 0.56 0 0.67 0.14 109.8 0.67 0.57
Hex 61 DB 48 38 0 43 E 6E 43 39
Octal 141 333 110 70 0 103 16 156 103 71
Binary 1100001 11011011 1001000 111000 0 1000011 1110 1101110 1000011 111001

Color Harmonies of #61DB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DB48

Black with #61DB48

Text Example


Text Example

White with #61DB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,219,72); }

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

background-color css

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

 a { background-color: rgb(97,219,72); }

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

border-color css

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

 span { border-color: rgb(97,219,72); }

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