Html Css Color HEX #5DCC4B Apple

📋 copy color: '#5DCC4B'

red 93 ◦ green 204 ◦ blue 75

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

Shades of Apple #5DCC4B

Tints of Apple #5DCC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.84%

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

R = 25%
G = 54.84%
B = 20.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#5DCC4B (or 0x5DCC4B) is known color: Apple. HEX triplet: 5D, CC and 4B. RGB value is (93,204,75). Sum of RGB (Red+Green+Blue) = 93+204+75=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCC4B is #A233B4. Grayscale: #9C9C9C. Windows color (decimal): -10630069 or 4967517. OLE color: 4967517.

HSL color Cylindrical-coordinate representation of color #5DCC4B: hue angle of 111.63º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DCC4B is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 204 75 -
CMYK 0.54 0 0.63 0.2
HSL 111.63º 0.56% 0.55% -
HSV(B) 111.63º 0.63% 0.8% -
XYZ 27.38 46.02 14.1 -
YUV 156.11 82.23 82.99 -
System Red Green Blue C M Y K H S L
Decimal 93 204 75 0.54 0 0.63 0.2 111.63 0.56 0.55
Hex 5D CC 4B 36 0 3F 14 70 38 37
Octal 135 314 113 66 0 77 24 160 70 67
Binary 1011101 11001100 1001011 110110 0 111111 10100 1110000 111000 110111

Color Harmonies of #5DCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCC4B

Black with #5DCC4B

Text Example


Text Example

White with #5DCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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