Html Css Color HEX #5DBF3A Apple

📋 copy color: '#5DBF3A'

red 93 ◦ green 191 ◦ blue 58

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

Shades of Apple #5DBF3A

Tints of Apple #5DBF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 27.19%
G = 55.85%
B = 16.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#5DBF3A (or 0x5DBF3A) is known color: Apple. HEX triplet: 5D, BF and 3A. RGB value is (93,191,58). Sum of RGB (Red+Green+Blue) = 93+191+58=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF3A is #A240C5. Grayscale: #929292. Windows color (decimal): -10633414 or 3850077. OLE color: 3850077.

HSL color Cylindrical-coordinate representation of color #5DBF3A: hue angle of 104.21º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DBF3A is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 191 58 -
CMYK 0.51 0 0.70 0.25
HSL 104.21º 0.53% 0.49% -
HSV(B) 104.21º 0.7% 0.75% -
XYZ 23.91 39.89 10.44 -
YUV 146.54 78.03 89.81 -
System Red Green Blue C M Y K H S L
Decimal 93 191 58 0.51 0 0.70 0.25 104.21 0.53 0.49
Hex 5D BF 3A 33 0 46 19 68 35 31
Octal 135 277 72 63 0 106 31 150 65 61
Binary 1011101 10111111 111010 110011 0 1000110 11001 1101000 110101 110001

Color Harmonies of #5DBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF3A

Black with #5DBF3A

Text Example


Text Example

White with #5DBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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