Html Css Color HEX #5FBC4B Apple

📋 copy color: '#5FBC4B'

red 95 ◦ green 188 ◦ blue 75

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

Shades of Apple #5FBC4B

Tints of Apple #5FBC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.51%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 26.54%
G = 52.51%
B = 20.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#5FBC4B (or 0x5FBC4B) is known color: Apple. HEX triplet: 5F, BC and 4B. RGB value is (95,188,75). Sum of RGB (Red+Green+Blue) = 95+188+75=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC4B is #A043B4. Grayscale: #939393. Windows color (decimal): -10503093 or 4963423. OLE color: 4963423.

HSL color Cylindrical-coordinate representation of color #5FBC4B: hue angle of 109.38º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBC4B is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 75 -
CMYK 0.49 0 0.60 0.26
HSL 109.38º 0.46% 0.52% -
HSV(B) 109.38º 0.6% 0.74% -
XYZ 23.97 38.91 12.9 -
YUV 147.31 87.19 90.69 -
System Red Green Blue C M Y K H S L
Decimal 95 188 75 0.49 0 0.60 0.26 109.38 0.46 0.52
Hex 5F BC 4B 31 0 3C 1A 6D 2E 34
Octal 137 274 113 61 0 74 32 155 56 64
Binary 1011111 10111100 1001011 110001 0 111100 11010 1101101 101110 110100

Color Harmonies of #5FBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC4B

Black with #5FBC4B

Text Example


Text Example

White with #5FBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,188,75); }

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

background-color css

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

 a { background-color: rgb(95,188,75); }

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

border-color css

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

 span { border-color: rgb(95,188,75); }

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