Html Css Color HEX #61DE32 Apple

📋 copy color: '#61DE32'

red 97 ◦ green 222 ◦ blue 50

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

Shades of Apple #61DE32

Tints of Apple #61DE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.16%

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

R = 26.29%
G = 60.16%
B = 13.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#61DE32 (or 0x61DE32) is known color: Apple. HEX triplet: 61, DE and 32. RGB value is (97,222,50). Sum of RGB (Red+Green+Blue) = 97+222+50=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DE32 is #9E21CD. Grayscale: #A5A5A5. Windows color (decimal): -10363342 or 3333729. OLE color: 3333729.

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

Color convert

RGB 97 222 50 -
CMYK 0.56 0 0.77 0.13
HSL 103.6º 0.72% 0.53% -
HSV(B) 103.6º 0.77% 0.87% -
XYZ 31.63 55.01 11.97 -
YUV 165.02 63.09 79.49 -
System Red Green Blue C M Y K H S L
Decimal 97 222 50 0.56 0 0.77 0.13 103.6 0.72 0.53
Hex 61 DE 32 38 0 4D D 68 48 35
Octal 141 336 62 70 0 115 15 150 110 65
Binary 1100001 11011110 110010 111000 0 1001101 1101 1101000 1001000 110101

Color Harmonies of #61DE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DE32

Black with #61DE32

Text Example


Text Example

White with #61DE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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