Html Css Color HEX #5DDF3D Apple

📋 copy color: '#5DDF3D'

red 93 ◦ green 223 ◦ blue 61

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

Shades of Apple #5DDF3D

Tints of Apple #5DDF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.15%

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 24.67%
G = 59.15%
B = 16.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#5DDF3D (or 0x5DDF3D) is known color: Apple. HEX triplet: 5D, DF and 3D. RGB value is (93,223,61). Sum of RGB (Red+Green+Blue) = 93+223+61=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDF3D is #A220C2. Grayscale: #A6A6A6. Windows color (decimal): -10625219 or 4054877. OLE color: 4054877.

HSL color Cylindrical-coordinate representation of color #5DDF3D: hue angle of 108.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DDF3D is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 223 61 -
CMYK 0.58 0 0.73 0.13
HSL 108.15º 0.72% 0.56% -
HSV(B) 108.15º 0.73% 0.87% -
XYZ 31.74 55.44 13.44 -
YUV 165.66 68.93 76.17 -
System Red Green Blue C M Y K H S L
Decimal 93 223 61 0.58 0 0.73 0.13 108.15 0.72 0.56
Hex 5D DF 3D 3A 0 49 D 6C 48 38
Octal 135 337 75 72 0 111 15 154 110 70
Binary 1011101 11011111 111101 111010 0 1001001 1101 1101100 1001000 111000

Color Harmonies of #5DDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDF3D

Black with #5DDF3D

Text Example


Text Example

White with #5DDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,223,61); }

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

background-color css

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

 a { background-color: rgb(93,223,61); }

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

border-color css

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

 span { border-color: rgb(93,223,61); }

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