Html Css Color HEX #5FBF52 Apple

📋 copy color: '#5FBF52'

red 95 ◦ green 191 ◦ blue 82

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

Shades of Apple #5FBF52

Tints of Apple #5FBF52

RGB

 RED value IS 95 (37.5% from 255) = 25.82%

 GREEN value IS 191 (75% from 255) = 51.9%

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

R = 25.82%
G = 51.9%
B = 22.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#5FBF52 (or 0x5FBF52) is known color: Apple. HEX triplet: 5F, BF and 52. RGB value is (95,191,82). Sum of RGB (Red+Green+Blue) = 95+191+82=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBF52 is #A040AD. Grayscale: #969696. Windows color (decimal): -10502318 or 5422943. OLE color: 5422943.

HSL color Cylindrical-coordinate representation of color #5FBF52: hue angle of 112.84º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBF52 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 191 82 -
CMYK 0.50 0 0.57 0.25
HSL 112.84º 0.46% 0.54% -
HSV(B) 112.84º 0.57% 0.75% -
XYZ 24.87 40.3 14.45 -
YUV 149.87 89.7 88.86 -
System Red Green Blue C M Y K H S L
Decimal 95 191 82 0.50 0 0.57 0.25 112.84 0.46 0.54
Hex 5F BF 52 32 0 39 19 71 2E 36
Octal 137 277 122 62 0 71 31 161 56 66
Binary 1011111 10111111 1010010 110010 0 111001 11001 1110001 101110 110110

Color Harmonies of #5FBF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBF52

Black with #5FBF52

Text Example


Text Example

White with #5FBF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FBF52; }

 p { color: rgb(95,191,82); }

 H1.HeaderClassName
 {
   color: #5FBF52;
 }
 .AnyTagClassName
 {
   color: #5FBF52;
 }
</style>

background-color css

<style>
 a { background-color: #5FBF52; }

 a { background-color: rgb(95,191,82); }

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

border-color css

<style>
 span { border-color: #5FBF52; }

 span { border-color: rgb(95,191,82); }

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