Html Css Color HEX #5DCB40 Apple

📋 copy color: '#5DCB40'

red 93 ◦ green 203 ◦ blue 64

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

Shades of Apple #5DCB40

Tints of Apple #5DCB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.39%

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

R = 25.83%
G = 56.39%
B = 17.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#5DCB40 (or 0x5DCB40) is known color: Apple. HEX triplet: 5D, CB and 40. RGB value is (93,203,64). Sum of RGB (Red+Green+Blue) = 93+203+64=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCB40 is #A234BF. Grayscale: #9A9A9A. Windows color (decimal): -10630336 or 4246365. OLE color: 4246365.

HSL color Cylindrical-coordinate representation of color #5DCB40: hue angle of 107.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DCB40 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 203 64 -
CMYK 0.54 0 0.68 0.20
HSL 107.48º 0.57% 0.52% -
HSV(B) 107.48º 0.68% 0.8% -
XYZ 26.8 45.41 12.2 -
YUV 154.26 77.06 84.3 -
System Red Green Blue C M Y K H S L
Decimal 93 203 64 0.54 0 0.68 0.20 107.48 0.57 0.52
Hex 5D CB 40 36 0 44 14 6B 39 34
Octal 135 313 100 66 0 104 24 153 71 64
Binary 1011101 11001011 1000000 110110 0 1000100 10100 1101011 111001 110100

Color Harmonies of #5DCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCB40

Black with #5DCB40

Text Example


Text Example

White with #5DCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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