Html Css Color HEX #5DB64B Apple

📋 copy color: '#5DB64B'

red 93 ◦ green 182 ◦ blue 75

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

Shades of Apple #5DB64B

Tints of Apple #5DB64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 26.57%
G = 52%
B = 21.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#5DB64B (or 0x5DB64B) is known color: Apple. HEX triplet: 5D, B6 and 4B. RGB value is (93,182,75). Sum of RGB (Red+Green+Blue) = 93+182+75=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #5DB64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB64B is #A249B4. Grayscale: #8F8F8F. Windows color (decimal): -10635701 or 4961885. OLE color: 4961885.

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

Color convert

RGB 93 182 75 -
CMYK 0.49 0 0.59 0.29
HSL 109.91º 0.42% 0.5% -
HSV(B) 109.91º 0.59% 0.71% -
XYZ 22.51 36.29 12.47 -
YUV 143.19 89.51 92.2 -
System Red Green Blue C M Y K H S L
Decimal 93 182 75 0.49 0 0.59 0.29 109.91 0.42 0.5
Hex 5D B6 4B 31 0 3B 1D 6E 2A 32
Octal 135 266 113 61 0 73 35 156 52 62
Binary 1011101 10110110 1001011 110001 0 111011 11101 1101110 101010 110010

Color Harmonies of #5DB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB64B

Black with #5DB64B

Text Example


Text Example

White with #5DB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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