Html Css Color HEX #5FA93D Apple

📋 copy color: '#5FA93D'

red 95 ◦ green 169 ◦ blue 61

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

Shades of Apple #5FA93D

Tints of Apple #5FA93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52%

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 29.23%
G = 52%
B = 18.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#5FA93D (or 0x5FA93D) is known color: Apple. HEX triplet: 5F, A9 and 3D. RGB value is (95,169,61). Sum of RGB (Red+Green+Blue) = 95+169+61=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA93D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA93D is #A056C2. Grayscale: #868686. Windows color (decimal): -10507971 or 4041055. OLE color: 4041055.

HSL color Cylindrical-coordinate representation of color #5FA93D: hue angle of 101.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FA93D is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 169 61 -
CMYK 0.44 0 0.64 0.34
HSL 101.11º 0.47% 0.45% -
HSV(B) 101.11º 0.64% 0.66% -
XYZ 19.75 31.15 9.39 -
YUV 134.56 86.48 99.78 -
System Red Green Blue C M Y K H S L
Decimal 95 169 61 0.44 0 0.64 0.34 101.11 0.47 0.45
Hex 5F A9 3D 2C 0 40 22 65 2F 2D
Octal 137 251 75 54 0 100 42 145 57 55
Binary 1011111 10101001 111101 101100 0 1000000 100010 1100101 101111 101101

Color Harmonies of #5FA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA93D

Black with #5FA93D

Text Example


Text Example

White with #5FA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,169,61); }

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

background-color css

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

 a { background-color: rgb(95,169,61); }

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

border-color css

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

 span { border-color: rgb(95,169,61); }

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