Html Css Color HEX #5DC235 Apple

📋 copy color: '#5DC235'

red 93 ◦ green 194 ◦ blue 53

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

Shades of Apple #5DC235

Tints of Apple #5DC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.06%

 BLUE value IS 53 (21.09% from 255) = 15.59%

R = 27.35%
G = 57.06%
B = 15.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#5DC235 (or 0x5DC235) is known color: Apple. HEX triplet: 5D, C2 and 35. RGB value is (93,194,53). Sum of RGB (Red+Green+Blue) = 93+194+53=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC235 is #A23DCA. Grayscale: #949494. Windows color (decimal): -10632651 or 3523165. OLE color: 3523165.

HSL color Cylindrical-coordinate representation of color #5DC235: hue angle of 102.98º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DC235 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 194 53 -
CMYK 0.52 0 0.73 0.24
HSL 102.98º 0.57% 0.48% -
HSV(B) 102.98º 0.73% 0.76% -
XYZ 24.45 41.17 10.03 -
YUV 147.73 74.54 88.96 -
System Red Green Blue C M Y K H S L
Decimal 93 194 53 0.52 0 0.73 0.24 102.98 0.57 0.48
Hex 5D C2 35 34 0 49 18 67 39 30
Octal 135 302 65 64 0 111 30 147 71 60
Binary 1011101 11000010 110101 110100 0 1001001 11000 1100111 111001 110000

Color Harmonies of #5DC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC235

Black with #5DC235

Text Example


Text Example

White with #5DC235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,194,53); }

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

background-color css

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

 a { background-color: rgb(93,194,53); }

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

border-color css

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

 span { border-color: rgb(93,194,53); }

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