Html Css Color HEX #5DD04A Apple

📋 copy color: '#5DD04A'

red 93 ◦ green 208 ◦ blue 74

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

Shades of Apple #5DD04A

Tints of Apple #5DD04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.47%

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 24.8%
G = 55.47%
B = 19.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#5DD04A (or 0x5DD04A) is known color: Apple. HEX triplet: 5D, D0 and 4A. RGB value is (93,208,74). Sum of RGB (Red+Green+Blue) = 93+208+74=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD04A is #A22FB5. Grayscale: #9E9E9E. Windows color (decimal): -10629046 or 4903005. OLE color: 4903005.

HSL color Cylindrical-coordinate representation of color #5DD04A: hue angle of 111.49º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DD04A is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 74 -
CMYK 0.55 0 0.64 0.18
HSL 111.49º 0.59% 0.55% -
HSV(B) 111.49º 0.64% 0.82% -
XYZ 28.31 47.93 14.24 -
YUV 158.34 80.4 81.4 -
System Red Green Blue C M Y K H S L
Decimal 93 208 74 0.55 0 0.64 0.18 111.49 0.59 0.55
Hex 5D D0 4A 37 0 40 12 6F 3B 37
Octal 135 320 112 67 0 100 22 157 73 67
Binary 1011101 11010000 1001010 110111 0 1000000 10010 1101111 111011 110111

Color Harmonies of #5DD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD04A

Black with #5DD04A

Text Example


Text Example

White with #5DD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,208,74); }

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

background-color css

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

 a { background-color: rgb(93,208,74); }

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

border-color css

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

 span { border-color: rgb(93,208,74); }

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