Html Css Color HEX #61DC32 Apple

📋 copy color: '#61DC32'

red 97 ◦ green 220 ◦ blue 50

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

Shades of Apple #61DC32

Tints of Apple #61DC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.95%

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 26.43%
G = 59.95%
B = 13.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#61DC32 (or 0x61DC32) is known color: Apple. HEX triplet: 61, DC and 32. RGB value is (97,220,50). Sum of RGB (Red+Green+Blue) = 97+220+50=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DC32 is #9E23CD. Grayscale: #A4A4A4. Windows color (decimal): -10363854 or 3333217. OLE color: 3333217.

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

Color convert

RGB 97 220 50 -
CMYK 0.56 0 0.77 0.14
HSL 103.41º 0.71% 0.53% -
HSV(B) 103.41º 0.77% 0.86% -
XYZ 31.1 53.96 11.79 -
YUV 163.84 63.75 80.32 -
System Red Green Blue C M Y K H S L
Decimal 97 220 50 0.56 0 0.77 0.14 103.41 0.71 0.53
Hex 61 DC 32 38 0 4D E 67 47 35
Octal 141 334 62 70 0 115 16 147 107 65
Binary 1100001 11011100 110010 111000 0 1001101 1110 1100111 1000111 110101

Color Harmonies of #61DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DC32

Black with #61DC32

Text Example


Text Example

White with #61DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,220,50); }

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

background-color css

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

 a { background-color: rgb(97,220,50); }

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

border-color css

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

 span { border-color: rgb(97,220,50); }

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