Html Css Color HEX #5DBF32 Apple

📋 copy color: '#5DBF32'

red 93 ◦ green 191 ◦ blue 50

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

Shades of Apple #5DBF32

Tints of Apple #5DBF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 27.84%
G = 57.19%
B = 14.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#5DBF32 (or 0x5DBF32) is known color: Apple. HEX triplet: 5D, BF and 32. RGB value is (93,191,50). Sum of RGB (Red+Green+Blue) = 93+191+50=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF32 is #A240CD. Grayscale: #929292. Windows color (decimal): -10633422 or 3325789. OLE color: 3325789.

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

Color convert

RGB 93 191 50 -
CMYK 0.51 0 0.74 0.25
HSL 101.7º 0.59% 0.47% -
HSV(B) 101.7º 0.74% 0.75% -
XYZ 23.72 39.82 9.45 -
YUV 145.62 74.03 90.46 -
System Red Green Blue C M Y K H S L
Decimal 93 191 50 0.51 0 0.74 0.25 101.7 0.59 0.47
Hex 5D BF 32 33 0 4A 19 66 3B 2F
Octal 135 277 62 63 0 112 31 146 73 57
Binary 1011101 10111111 110010 110011 0 1001010 11001 1100110 111011 101111

Color Harmonies of #5DBF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF32

Black with #5DBF32

Text Example


Text Example

White with #5DBF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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