Html Css Color HEX #61D632 Apple

📋 copy color: '#61D632'

red 97 ◦ green 214 ◦ blue 50

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

Shades of Apple #61D632

Tints of Apple #61D632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.28%

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

R = 26.87%
G = 59.28%
B = 13.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#61D632 (or 0x61D632) is known color: Apple. HEX triplet: 61, D6 and 32. RGB value is (97,214,50). Sum of RGB (Red+Green+Blue) = 97+214+50=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #61D632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D632 is #9E29CD. Grayscale: #A0A0A0. Windows color (decimal): -10365390 or 3331681. OLE color: 3331681.

HSL color Cylindrical-coordinate representation of color #61D632: hue angle of 102.8º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61D632 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 214 50 -
CMYK 0.55 0 0.77 0.16
HSL 102.8º 0.67% 0.52% -
HSV(B) 102.8º 0.77% 0.84% -
XYZ 29.55 50.86 11.28 -
YUV 160.32 65.74 82.84 -
System Red Green Blue C M Y K H S L
Decimal 97 214 50 0.55 0 0.77 0.16 102.8 0.67 0.52
Hex 61 D6 32 37 0 4D 10 67 43 34
Octal 141 326 62 67 0 115 20 147 103 64
Binary 1100001 11010110 110010 110111 0 1001101 10000 1100111 1000011 110100

Color Harmonies of #61D632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D632

Black with #61D632

Text Example


Text Example

White with #61D632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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