Html Css Color HEX #5DDA3D Apple

📋 copy color: '#5DDA3D'

red 93 ◦ green 218 ◦ blue 61

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

Shades of Apple #5DDA3D

Tints of Apple #5DDA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.6%

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

R = 25%
G = 58.6%
B = 16.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#5DDA3D (or 0x5DDA3D) is known color: Apple. HEX triplet: 5D, DA and 3D. RGB value is (93,218,61). Sum of RGB (Red+Green+Blue) = 93+218+61=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 218 (85.55% from 255 or 58.60% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDA3D is #A225C2. Grayscale: #A3A3A3. Windows color (decimal): -10626499 or 4053597. OLE color: 4053597.

HSL color Cylindrical-coordinate representation of color #5DDA3D: hue angle of 107.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DDA3D is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 61 -
CMYK 0.57 0 0.72 0.15
HSL 107.77º 0.68% 0.55% -
HSV(B) 107.77º 0.72% 0.85% -
XYZ 30.43 52.81 13 -
YUV 162.73 70.59 78.27 -
System Red Green Blue C M Y K H S L
Decimal 93 218 61 0.57 0 0.72 0.15 107.77 0.68 0.55
Hex 5D DA 3D 39 0 48 F 6C 44 37
Octal 135 332 75 71 0 110 17 154 104 67
Binary 1011101 11011010 111101 111001 0 1001000 1111 1101100 1000100 110111

Color Harmonies of #5DDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDA3D

Black with #5DDA3D

Text Example


Text Example

White with #5DDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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