Html Css Color HEX #5DBF54 Apple

📋 copy color: '#5DBF54'

red 93 ◦ green 191 ◦ blue 84

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

Shades of Apple #5DBF54

Tints of Apple #5DBF54

RGB

 RED value IS 93 (36.72% from 255) = 25.27%

 GREEN value IS 191 (75% from 255) = 51.9%

 BLUE value IS 84 (33.2% from 255) = 22.83%

R = 25.27%
G = 51.9%
B = 22.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#5DBF54 (or 0x5DBF54) is known color: Apple. HEX triplet: 5D, BF and 54. RGB value is (93,191,84). Sum of RGB (Red+Green+Blue) = 93+191+84=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF54 is #A240AB. Grayscale: #959595. Windows color (decimal): -10633388 or 5554013. OLE color: 5554013.

HSL color Cylindrical-coordinate representation of color #5DBF54: hue angle of 114.95º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DBF54 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 191 84 -
CMYK 0.51 0 0.56 0.25
HSL 114.95º 0.46% 0.54% -
HSV(B) 114.95º 0.56% 0.75% -
XYZ 24.75 40.23 14.85 -
YUV 149.5 91.03 87.7 -
System Red Green Blue C M Y K H S L
Decimal 93 191 84 0.51 0 0.56 0.25 114.95 0.46 0.54
Hex 5D BF 54 33 0 38 19 73 2E 36
Octal 135 277 124 63 0 70 31 163 56 66
Binary 1011101 10111111 1010100 110011 0 111000 11001 1110011 101110 110110

Color Harmonies of #5DBF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF54

Black with #5DBF54

Text Example


Text Example

White with #5DBF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,191,84); }

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

background-color css

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

 a { background-color: rgb(93,191,84); }

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

border-color css

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

 span { border-color: rgb(93,191,84); }

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