Html Css Color HEX #5DB630 Apple

📋 copy color: '#5DB630'

red 93 ◦ green 182 ◦ blue 48

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

Shades of Apple #5DB630

Tints of Apple #5DB630

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.35%

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 28.79%
G = 56.35%
B = 14.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#5DB630 (or 0x5DB630) is known color: Apple. HEX triplet: 5D, B6 and 30. RGB value is (93,182,48). Sum of RGB (Red+Green+Blue) = 93+182+48=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #5DB630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB630 is #A249CF. Grayscale: #8C8C8C. Windows color (decimal): -10635728 or 3192413. OLE color: 3192413.

HSL color Cylindrical-coordinate representation of color #5DB630: hue angle of 99.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DB630 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 182 48 -
CMYK 0.49 0 0.74 0.29
HSL 99.85º 0.58% 0.45% -
HSV(B) 99.85º 0.74% 0.71% -
XYZ 21.78 36 8.6 -
YUV 140.11 76.01 94.4 -
System Red Green Blue C M Y K H S L
Decimal 93 182 48 0.49 0 0.74 0.29 99.85 0.58 0.45
Hex 5D B6 30 31 0 4A 1D 64 3A 2D
Octal 135 266 60 61 0 112 35 144 72 55
Binary 1011101 10110110 110000 110001 0 1001010 11101 1100100 111010 101101

Color Harmonies of #5DB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB630

Black with #5DB630

Text Example


Text Example

White with #5DB630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,182,48); }

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

background-color css

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

 a { background-color: rgb(93,182,48); }

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

border-color css

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

 span { border-color: rgb(93,182,48); }

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