Html Css Color HEX #5DD236 Apple

📋 copy color: '#5DD236'

red 93 ◦ green 210 ◦ blue 54

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

Shades of Apple #5DD236

Tints of Apple #5DD236

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.82%

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 26.05%
G = 58.82%
B = 15.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#5DD236 (or 0x5DD236) is known color: Apple. HEX triplet: 5D, D2 and 36. RGB value is (93,210,54). Sum of RGB (Red+Green+Blue) = 93+210+54=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD236 is #A22DC9. Grayscale: #9D9D9D. Windows color (decimal): -10628554 or 3592797. OLE color: 3592797.

HSL color Cylindrical-coordinate representation of color #5DD236: hue angle of 105º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DD236 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 210 54 -
CMYK 0.56 0 0.74 0.18
HSL 105º 0.63% 0.52% -
HSV(B) 105º 0.74% 0.82% -
XYZ 28.23 48.69 11.4 -
YUV 157.23 69.74 82.18 -
System Red Green Blue C M Y K H S L
Decimal 93 210 54 0.56 0 0.74 0.18 105 0.63 0.52
Hex 5D D2 36 38 0 4A 12 69 3F 34
Octal 135 322 66 70 0 112 22 151 77 64
Binary 1011101 11010010 110110 111000 0 1001010 10010 1101001 111111 110100

Color Harmonies of #5DD236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD236

Black with #5DD236

Text Example


Text Example

White with #5DD236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,210,54); }

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

background-color css

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

 a { background-color: rgb(93,210,54); }

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

border-color css

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

 span { border-color: rgb(93,210,54); }

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