Html Css Color HEX #5DCE34 Apple

📋 copy color: '#5DCE34'

red 93 ◦ green 206 ◦ blue 52

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

Shades of Apple #5DCE34

Tints of Apple #5DCE34

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.69%

 BLUE value IS 52 (20.7% from 255) = 14.81%

R = 26.5%
G = 58.69%
B = 14.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#5DCE34 (or 0x5DCE34) is known color: Apple. HEX triplet: 5D, CE and 34. RGB value is (93,206,52). Sum of RGB (Red+Green+Blue) = 93+206+52=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 206 (80.86% from 255 or 58.69% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCE34 is #A231CB. Grayscale: #9B9B9B. Windows color (decimal): -10629580 or 3460701. OLE color: 3460701.

HSL color Cylindrical-coordinate representation of color #5DCE34: hue angle of 104.03º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DCE34 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 206 52 -
CMYK 0.55 0 0.75 0.19
HSL 104.03º 0.61% 0.51% -
HSV(B) 104.03º 0.75% 0.81% -
XYZ 27.21 46.72 10.83 -
YUV 154.66 70.06 84.02 -
System Red Green Blue C M Y K H S L
Decimal 93 206 52 0.55 0 0.75 0.19 104.03 0.61 0.51
Hex 5D CE 34 37 0 4B 13 68 3D 33
Octal 135 316 64 67 0 113 23 150 75 63
Binary 1011101 11001110 110100 110111 0 1001011 10011 1101000 111101 110011

Color Harmonies of #5DCE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCE34

Black with #5DCE34

Text Example


Text Example

White with #5DCE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,206,52); }

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

background-color css

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

 a { background-color: rgb(93,206,52); }

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

border-color css

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

 span { border-color: rgb(93,206,52); }

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