Html Css Color HEX #61AF55 Apple

📋 copy color: '#61AF55'

red 97 ◦ green 175 ◦ blue 85

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

Shades of Apple #61AF55

Tints of Apple #61AF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.02%

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 27.17%
G = 49.02%
B = 23.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#61AF55 (or 0x61AF55) is known color: Apple. HEX triplet: 61, AF and 55. RGB value is (97,175,85). Sum of RGB (Red+Green+Blue) = 97+175+85=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF55 is #9E50AA. Grayscale: #8D8D8D. Windows color (decimal): -10375339 or 5615457. OLE color: 5615457.

HSL color Cylindrical-coordinate representation of color #61AF55: hue angle of 112º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61AF55 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 175 85 -
CMYK 0.45 0 0.51 0.31
HSL 112º 0.36% 0.51% -
HSV(B) 112º 0.51% 0.69% -
XYZ 21.9 33.86 13.98 -
YUV 141.42 96.16 96.32 -
System Red Green Blue C M Y K H S L
Decimal 97 175 85 0.45 0 0.51 0.31 112 0.36 0.51
Hex 61 AF 55 2D 0 33 1F 70 24 33
Octal 141 257 125 55 0 63 37 160 44 63
Binary 1100001 10101111 1010101 101101 0 110011 11111 1110000 100100 110011

Color Harmonies of #61AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AF55

Black with #61AF55

Text Example


Text Example

White with #61AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,175,85); }

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

background-color css

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

 a { background-color: rgb(97,175,85); }

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

border-color css

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

 span { border-color: rgb(97,175,85); }

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