Html Css Color HEX #5DBF42 Apple

📋 copy color: '#5DBF42'

red 93 ◦ green 191 ◦ blue 66

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

Shades of Apple #5DBF42

Tints of Apple #5DBF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 26.57%
G = 54.57%
B = 18.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#5DBF42 (or 0x5DBF42) is known color: Apple. HEX triplet: 5D, BF and 42. RGB value is (93,191,66). Sum of RGB (Red+Green+Blue) = 93+191+66=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF42 is #A240BD. Grayscale: #939393. Windows color (decimal): -10633406 or 4374365. OLE color: 4374365.

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

Color convert

RGB 93 191 66 -
CMYK 0.51 0 0.65 0.25
HSL 107.04º 0.49% 0.5% -
HSV(B) 107.04º 0.65% 0.75% -
XYZ 24.13 39.98 11.6 -
YUV 147.45 82.03 89.16 -
System Red Green Blue C M Y K H S L
Decimal 93 191 66 0.51 0 0.65 0.25 107.04 0.49 0.5
Hex 5D BF 42 33 0 41 19 6B 31 32
Octal 135 277 102 63 0 101 31 153 61 62
Binary 1011101 10111111 1000010 110011 0 1000001 11001 1101011 110001 110010

Color Harmonies of #5DBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF42

Black with #5DBF42

Text Example


Text Example

White with #5DBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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