Html Css Color HEX #61BC32 Apple

📋 copy color: '#61BC32'

red 97 ◦ green 188 ◦ blue 50

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

Shades of Apple #61BC32

Tints of Apple #61BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.12%

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

R = 28.96%
G = 56.12%
B = 14.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#61BC32 (or 0x61BC32) is known color: Apple. HEX triplet: 61, BC and 32. RGB value is (97,188,50). Sum of RGB (Red+Green+Blue) = 97+188+50=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BC32 is #9E43CD. Grayscale: #919191. Windows color (decimal): -10372046 or 3325025. OLE color: 3325025.

HSL color Cylindrical-coordinate representation of color #61BC32: hue angle of 99.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61BC32 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 188 50 -
CMYK 0.48 0 0.73 0.26
HSL 99.57º 0.58% 0.47% -
HSV(B) 99.57º 0.73% 0.74% -
XYZ 23.49 38.74 9.26 -
YUV 145.06 74.35 93.72 -
System Red Green Blue C M Y K H S L
Decimal 97 188 50 0.48 0 0.73 0.26 99.57 0.58 0.47
Hex 61 BC 32 30 0 49 1A 64 3A 2F
Octal 141 274 62 60 0 111 32 144 72 57
Binary 1100001 10111100 110010 110000 0 1001001 11010 1100100 111010 101111

Color Harmonies of #61BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BC32

Black with #61BC32

Text Example


Text Example

White with #61BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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