Html Css Color HEX #61AE42 Apple

📋 copy color: '#61AE42'

red 97 ◦ green 174 ◦ blue 66

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

Shades of Apple #61AE42

Tints of Apple #61AE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.63%

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 28.78%
G = 51.63%
B = 19.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#61AE42 (or 0x61AE42) is known color: Apple. HEX triplet: 61, AE and 42. RGB value is (97,174,66). Sum of RGB (Red+Green+Blue) = 97+174+66=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #61AE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AE42 is #9E51BD. Grayscale: #8B8B8B. Windows color (decimal): -10375614 or 4370017. OLE color: 4370017.

HSL color Cylindrical-coordinate representation of color #61AE42: hue angle of 102.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61AE42 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 174 66 -
CMYK 0.44 0 0.62 0.32
HSL 102.78º 0.45% 0.47% -
HSV(B) 102.78º 0.62% 0.68% -
XYZ 21.05 33.21 10.45 -
YUV 138.67 86.99 98.28 -
System Red Green Blue C M Y K H S L
Decimal 97 174 66 0.44 0 0.62 0.32 102.78 0.45 0.47
Hex 61 AE 42 2C 0 3E 20 67 2D 2F
Octal 141 256 102 54 0 76 40 147 55 57
Binary 1100001 10101110 1000010 101100 0 111110 100000 1100111 101101 101111

Color Harmonies of #61AE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AE42

Black with #61AE42

Text Example


Text Example

White with #61AE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,174,66); }

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

background-color css

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

 a { background-color: rgb(97,174,66); }

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

border-color css

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

 span { border-color: rgb(97,174,66); }

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