Html Css Color HEX #5FBA3D Apple

📋 copy color: '#5FBA3D'

red 95 ◦ green 186 ◦ blue 61

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

Shades of Apple #5FBA3D

Tints of Apple #5FBA3D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.39%

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

R = 27.78%
G = 54.39%
B = 17.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#5FBA3D (or 0x5FBA3D) is known color: Apple. HEX triplet: 5F, BA and 3D. RGB value is (95,186,61). Sum of RGB (Red+Green+Blue) = 95+186+61=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBA3D is #A045C2. Grayscale: #909090. Windows color (decimal): -10503619 or 4045407. OLE color: 4045407.

HSL color Cylindrical-coordinate representation of color #5FBA3D: hue angle of 103.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FBA3D is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 186 61 -
CMYK 0.49 0 0.67 0.27
HSL 103.68º 0.51% 0.48% -
HSV(B) 103.68º 0.67% 0.73% -
XYZ 23.12 37.89 10.51 -
YUV 144.54 80.85 92.66 -
System Red Green Blue C M Y K H S L
Decimal 95 186 61 0.49 0 0.67 0.27 103.68 0.51 0.48
Hex 5F BA 3D 31 0 43 1B 68 33 30
Octal 137 272 75 61 0 103 33 150 63 60
Binary 1011111 10111010 111101 110001 0 1000011 11011 1101000 110011 110000

Color Harmonies of #5FBA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBA3D

Black with #5FBA3D

Text Example


Text Example

White with #5FBA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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