Html Css Color HEX #5FAB3D Apple

📋 copy color: '#5FAB3D'

red 95 ◦ green 171 ◦ blue 61

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

Shades of Apple #5FAB3D

Tints of Apple #5FAB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.29%

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

R = 29.05%
G = 52.29%
B = 18.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#5FAB3D (or 0x5FAB3D) is known color: Apple. HEX triplet: 5F, AB and 3D. RGB value is (95,171,61). Sum of RGB (Red+Green+Blue) = 95+171+61=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAB3D is #A054C2. Grayscale: #888888. Windows color (decimal): -10507459 or 4041567. OLE color: 4041567.

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

Color convert

RGB 95 171 61 -
CMYK 0.44 0 0.64 0.33
HSL 101.45º 0.47% 0.45% -
HSV(B) 101.45º 0.64% 0.67% -
XYZ 20.12 31.9 9.51 -
YUV 135.74 85.82 98.94 -
System Red Green Blue C M Y K H S L
Decimal 95 171 61 0.44 0 0.64 0.33 101.45 0.47 0.45
Hex 5F AB 3D 2C 0 40 21 65 2F 2D
Octal 137 253 75 54 0 100 41 145 57 55
Binary 1011111 10101011 111101 101100 0 1000000 100001 1100101 101111 101101

Color Harmonies of #5FAB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAB3D

Black with #5FAB3D

Text Example


Text Example

White with #5FAB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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