Html Css Color HEX #61B852 Apple

📋 copy color: '#61B852'

red 97 ◦ green 184 ◦ blue 82

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

Shades of Apple #61B852

Tints of Apple #61B852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.69%

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 26.72%
G = 50.69%
B = 22.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#61B852 (or 0x61B852) is known color: Apple. HEX triplet: 61, B8 and 52. RGB value is (97,184,82). Sum of RGB (Red+Green+Blue) = 97+184+82=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #61B852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B852 is #9E47AD. Grayscale: #929292. Windows color (decimal): -10373038 or 5421153. OLE color: 5421153.

HSL color Cylindrical-coordinate representation of color #61B852: hue angle of 111.18º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61B852 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 184 82 -
CMYK 0.47 0 0.55 0.28
HSL 111.18º 0.42% 0.52% -
HSV(B) 111.18º 0.55% 0.72% -
XYZ 23.59 37.43 13.96 -
YUV 146.36 91.68 92.79 -
System Red Green Blue C M Y K H S L
Decimal 97 184 82 0.47 0 0.55 0.28 111.18 0.42 0.52
Hex 61 B8 52 2F 0 37 1C 6F 2A 34
Octal 141 270 122 57 0 67 34 157 52 64
Binary 1100001 10111000 1010010 101111 0 110111 11100 1101111 101010 110100

Color Harmonies of #61B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B852

Black with #61B852

Text Example


Text Example

White with #61B852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,184,82); }

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

background-color css

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

 a { background-color: rgb(97,184,82); }

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

border-color css

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

 span { border-color: rgb(97,184,82); }

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