Html Css Color HEX #5DBF3E Apple

📋 copy color: '#5DBF3E'

red 93 ◦ green 191 ◦ blue 62

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

Shades of Apple #5DBF3E

Tints of Apple #5DBF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.92%

R = 26.88%
G = 55.2%
B = 17.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#5DBF3E (or 0x5DBF3E) is known color: Apple. HEX triplet: 5D, BF and 3E. RGB value is (93,191,62). Sum of RGB (Red+Green+Blue) = 93+191+62=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF3E is #A240C1. Grayscale: #939393. Windows color (decimal): -10633410 or 4112221. OLE color: 4112221.

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

Color convert

RGB 93 191 62 -
CMYK 0.51 0 0.68 0.25
HSL 105.58º 0.51% 0.5% -
HSV(B) 105.58º 0.68% 0.75% -
XYZ 24.01 39.94 11 -
YUV 146.99 80.03 89.49 -
System Red Green Blue C M Y K H S L
Decimal 93 191 62 0.51 0 0.68 0.25 105.58 0.51 0.5
Hex 5D BF 3E 33 0 44 19 6A 33 32
Octal 135 277 76 63 0 104 31 152 63 62
Binary 1011101 10111111 111110 110011 0 1000100 11001 1101010 110011 110010

Color Harmonies of #5DBF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF3E

Black with #5DBF3E

Text Example


Text Example

White with #5DBF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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