Html Css Color HEX #5DC34F Apple

📋 copy color: '#5DC34F'

red 93 ◦ green 195 ◦ blue 79

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

Shades of Apple #5DC34F

Tints of Apple #5DC34F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.13%

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 25.34%
G = 53.13%
B = 21.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#5DC34F (or 0x5DC34F) is known color: Apple. HEX triplet: 5D, C3 and 4F. RGB value is (93,195,79). Sum of RGB (Red+Green+Blue) = 93+195+79=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC34F is #A23CB0. Grayscale: #979797. Windows color (decimal): -10632369 or 5227357. OLE color: 5227357.

HSL color Cylindrical-coordinate representation of color #5DC34F: hue angle of 112.76º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DC34F is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 195 79 -
CMYK 0.52 0 0.59 0.24
HSL 112.76º 0.49% 0.54% -
HSV(B) 112.76º 0.59% 0.76% -
XYZ 25.44 41.92 14.15 -
YUV 151.28 87.21 86.43 -
System Red Green Blue C M Y K H S L
Decimal 93 195 79 0.52 0 0.59 0.24 112.76 0.49 0.54
Hex 5D C3 4F 34 0 3B 18 71 31 36
Octal 135 303 117 64 0 73 30 161 61 66
Binary 1011101 11000011 1001111 110100 0 111011 11000 1110001 110001 110110

Color Harmonies of #5DC34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC34F

Black with #5DC34F

Text Example


Text Example

White with #5DC34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,195,79); }

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

background-color css

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

 a { background-color: rgb(93,195,79); }

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

border-color css

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

 span { border-color: rgb(93,195,79); }

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