Html Css Color HEX #61C036 Apple

📋 copy color: '#61C036'

red 97 ◦ green 192 ◦ blue 54

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

Shades of Apple #61C036

Tints of Apple #61C036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.98%

 BLUE value IS 54 (21.48% from 255) = 15.74%

R = 28.28%
G = 55.98%
B = 15.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#61C036 (or 0x61C036) is known color: Apple. HEX triplet: 61, C0 and 36. RGB value is (97,192,54). Sum of RGB (Red+Green+Blue) = 97+192+54=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #61C036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C036 is #9E3FC9. Grayscale: #949494. Windows color (decimal): -10371018 or 3588193. OLE color: 3588193.

HSL color Cylindrical-coordinate representation of color #61C036: hue angle of 101.3º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61C036 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 192 54 -
CMYK 0.49 0 0.72 0.25
HSL 101.3º 0.56% 0.48% -
HSV(B) 101.3º 0.72% 0.75% -
XYZ 24.45 40.51 10.02 -
YUV 147.86 75.03 91.72 -
System Red Green Blue C M Y K H S L
Decimal 97 192 54 0.49 0 0.72 0.25 101.3 0.56 0.48
Hex 61 C0 36 31 0 48 19 65 38 30
Octal 141 300 66 61 0 110 31 145 70 60
Binary 1100001 11000000 110110 110001 0 1001000 11001 1100101 111000 110000

Color Harmonies of #61C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C036

Black with #61C036

Text Example


Text Example

White with #61C036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,192,54); }

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

background-color css

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

 a { background-color: rgb(97,192,54); }

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

border-color css

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

 span { border-color: rgb(97,192,54); }

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