Html Css Color HEX #5DC34B Apple

📋 copy color: '#5DC34B'

red 93 ◦ green 195 ◦ blue 75

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

Shades of Apple #5DC34B

Tints of Apple #5DC34B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.72%

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 25.62%
G = 53.72%
B = 20.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#5DC34B (or 0x5DC34B) is known color: Apple. HEX triplet: 5D, C3 and 4B. RGB value is (93,195,75). Sum of RGB (Red+Green+Blue) = 93+195+75=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC34B is #A23CB4. Grayscale: #979797. Windows color (decimal): -10632373 or 4965213. OLE color: 4965213.

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

Color convert

RGB 93 195 75 -
CMYK 0.52 0 0.62 0.24
HSL 111º 0.5% 0.53% -
HSV(B) 111º 0.62% 0.76% -
XYZ 25.3 41.87 13.4 -
YUV 150.82 85.21 86.76 -
System Red Green Blue C M Y K H S L
Decimal 93 195 75 0.52 0 0.62 0.24 111 0.5 0.53
Hex 5D C3 4B 34 0 3E 18 6F 32 35
Octal 135 303 113 64 0 76 30 157 62 65
Binary 1011101 11000011 1001011 110100 0 111110 11000 1101111 110010 110101

Color Harmonies of #5DC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC34B

Black with #5DC34B

Text Example


Text Example

White with #5DC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,195,75); }

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

background-color css

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

 a { background-color: rgb(93,195,75); }

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

border-color css

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

 span { border-color: rgb(93,195,75); }

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