Html Css Color HEX #5DCD40 Apple

📋 copy color: '#5DCD40'

red 93 ◦ green 205 ◦ blue 64

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

Shades of Apple #5DCD40

Tints of Apple #5DCD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.63%

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 25.69%
G = 56.63%
B = 17.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#5DCD40 (or 0x5DCD40) is known color: Apple. HEX triplet: 5D, CD and 40. RGB value is (93,205,64). Sum of RGB (Red+Green+Blue) = 93+205+64=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCD40 is #A232BF. Grayscale: #9B9B9B. Windows color (decimal): -10629824 or 4246877. OLE color: 4246877.

HSL color Cylindrical-coordinate representation of color #5DCD40: hue angle of 107.66º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DCD40 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 64 -
CMYK 0.55 0 0.69 0.20
HSL 107.66º 0.59% 0.53% -
HSV(B) 107.66º 0.69% 0.8% -
XYZ 27.27 46.36 12.36 -
YUV 155.44 76.39 83.46 -
System Red Green Blue C M Y K H S L
Decimal 93 205 64 0.55 0 0.69 0.20 107.66 0.59 0.53
Hex 5D CD 40 37 0 45 14 6C 3B 35
Octal 135 315 100 67 0 105 24 154 73 65
Binary 1011101 11001101 1000000 110111 0 1000101 10100 1101100 111011 110101

Color Harmonies of #5DCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD40

Black with #5DCD40

Text Example


Text Example

White with #5DCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,205,64); }

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

background-color css

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

 a { background-color: rgb(93,205,64); }

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

border-color css

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

 span { border-color: rgb(93,205,64); }

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