Html Css Color HEX #5DBF41 Apple

📋 copy color: '#5DBF41'

red 93 ◦ green 191 ◦ blue 65

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

Shades of Apple #5DBF41

Tints of Apple #5DBF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 26.65%
G = 54.73%
B = 18.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#5DBF41 (or 0x5DBF41) is known color: Apple. HEX triplet: 5D, BF and 41. RGB value is (93,191,65). Sum of RGB (Red+Green+Blue) = 93+191+65=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF41 is #A240BE. Grayscale: #939393. Windows color (decimal): -10633407 or 4308829. OLE color: 4308829.

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

Color convert

RGB 93 191 65 -
CMYK 0.51 0 0.66 0.25
HSL 106.67º 0.5% 0.5% -
HSV(B) 106.67º 0.66% 0.75% -
XYZ 24.1 39.97 11.45 -
YUV 147.33 81.53 89.25 -
System Red Green Blue C M Y K H S L
Decimal 93 191 65 0.51 0 0.66 0.25 106.67 0.5 0.5
Hex 5D BF 41 33 0 42 19 6B 32 32
Octal 135 277 101 63 0 102 31 153 62 62
Binary 1011101 10111111 1000001 110011 0 1000010 11001 1101011 110010 110010

Color Harmonies of #5DBF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF41

Black with #5DBF41

Text Example


Text Example

White with #5DBF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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