Html Css Color HEX #5DDC34 Apple

📋 copy color: '#5DDC34'

red 93 ◦ green 220 ◦ blue 52

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

Shades of Apple #5DDC34

Tints of Apple #5DDC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.27%

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 25.48%
G = 60.27%
B = 14.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#5DDC34 (or 0x5DDC34) is known color: Apple. HEX triplet: 5D, DC and 34. RGB value is (93,220,52). Sum of RGB (Red+Green+Blue) = 93+220+52=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDC34 is #A223CB. Grayscale: #A3A3A3. Windows color (decimal): -10625996 or 3464285. OLE color: 3464285.

HSL color Cylindrical-coordinate representation of color #5DDC34: hue angle of 105.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DDC34 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 52 -
CMYK 0.58 0 0.76 0.14
HSL 105.36º 0.71% 0.53% -
HSV(B) 105.36º 0.76% 0.86% -
XYZ 30.73 53.76 12.01 -
YUV 162.88 65.42 78.16 -
System Red Green Blue C M Y K H S L
Decimal 93 220 52 0.58 0 0.76 0.14 105.36 0.71 0.53
Hex 5D DC 34 3A 0 4C E 69 47 35
Octal 135 334 64 72 0 114 16 151 107 65
Binary 1011101 11011100 110100 111010 0 1001100 1110 1101001 1000111 110101

Color Harmonies of #5DDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDC34

Black with #5DDC34

Text Example


Text Example

White with #5DDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,220,52); }

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

background-color css

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

 a { background-color: rgb(93,220,52); }

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

border-color css

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

 span { border-color: rgb(93,220,52); }

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