Html Css Color HEX #5F9943 Apple

📋 copy color: '#5F9943'

red 95 ◦ green 153 ◦ blue 67

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

Shades of Apple #5F9943

Tints of Apple #5F9943

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 30.16%
G = 48.57%
B = 21.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#5F9943 (or 0x5F9943) is known color: Apple. HEX triplet: 5F, 99 and 43. RGB value is (95,153,67). Sum of RGB (Red+Green+Blue) = 95+153+67=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9943 is #A066BC. Grayscale: #7E7E7E. Windows color (decimal): -10512061 or 4430175. OLE color: 4430175.

HSL color Cylindrical-coordinate representation of color #5F9943: hue angle of 100.47º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F9943 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 153 67 -
CMYK 0.38 0 0.56 0.4
HSL 100.47º 0.39% 0.43% -
HSV(B) 100.47º 0.56% 0.6% -
XYZ 17.12 25.62 9.35 -
YUV 125.85 94.78 105.99 -
System Red Green Blue C M Y K H S L
Decimal 95 153 67 0.38 0 0.56 0.4 100.47 0.39 0.43
Hex 5F 99 43 26 0 38 28 64 27 2B
Octal 137 231 103 46 0 70 50 144 47 53
Binary 1011111 10011001 1000011 100110 0 111000 101000 1100100 100111 101011

Color Harmonies of #5F9943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9943

Black with #5F9943

Text Example


Text Example

White with #5F9943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,153,67); }

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

background-color css

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

 a { background-color: rgb(95,153,67); }

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

border-color css

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

 span { border-color: rgb(95,153,67); }

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