Html Css Color HEX #5DBD3C Apple

📋 copy color: '#5DBD3C'

red 93 ◦ green 189 ◦ blue 60

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

Shades of Apple #5DBD3C

Tints of Apple #5DBD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.26%

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 27.19%
G = 55.26%
B = 17.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#5DBD3C (or 0x5DBD3C) is known color: Apple. HEX triplet: 5D, BD and 3C. RGB value is (93,189,60). Sum of RGB (Red+Green+Blue) = 93+189+60=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD3C is #A242C3. Grayscale: #929292. Windows color (decimal): -10633924 or 3980637. OLE color: 3980637.

HSL color Cylindrical-coordinate representation of color #5DBD3C: hue angle of 104.65º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DBD3C is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 189 60 -
CMYK 0.51 0 0.68 0.26
HSL 104.65º 0.52% 0.49% -
HSV(B) 104.65º 0.68% 0.74% -
XYZ 23.53 39.05 10.57 -
YUV 145.59 79.7 90.49 -
System Red Green Blue C M Y K H S L
Decimal 93 189 60 0.51 0 0.68 0.26 104.65 0.52 0.49
Hex 5D BD 3C 33 0 44 1A 69 34 31
Octal 135 275 74 63 0 104 32 151 64 61
Binary 1011101 10111101 111100 110011 0 1000100 11010 1101001 110100 110001

Color Harmonies of #5DBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBD3C

Black with #5DBD3C

Text Example


Text Example

White with #5DBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,189,60); }

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

background-color css

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

 a { background-color: rgb(93,189,60); }

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

border-color css

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

 span { border-color: rgb(93,189,60); }

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