Html Css Color HEX #5CD048 Apple

📋 copy color: '#5CD048'

red 92 ◦ green 208 ◦ blue 72

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

Shades of Apple #5CD048

Tints of Apple #5CD048

RGB

 RED value IS 92 (36.33% from 255) = 24.73%

 GREEN value IS 208 (81.64% from 255) = 55.91%

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 24.73%
G = 55.91%
B = 19.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#5CD048 (or 0x5CD048) is known color: Apple. HEX triplet: 5C, D0 and 48. RGB value is (92,208,72). Sum of RGB (Red+Green+Blue) = 92+208+72=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD048 is #A32FB7. Grayscale: #9E9E9E. Windows color (decimal): -10694584 or 4771932. OLE color: 4771932.

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

Color convert

RGB 92 208 72 -
CMYK 0.56 0 0.65 0.18
HSL 111.18º 0.59% 0.55% -
HSV(B) 111.18º 0.65% 0.82% -
XYZ 28.14 47.85 13.88 -
YUV 157.81 79.57 81.06 -
System Red Green Blue C M Y K H S L
Decimal 92 208 72 0.56 0 0.65 0.18 111.18 0.59 0.55
Hex 5C D0 48 38 0 41 12 6F 3B 37
Octal 134 320 110 70 0 101 22 157 73 67
Binary 1011100 11010000 1001000 111000 0 1000001 10010 1101111 111011 110111

Color Harmonies of #5CD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD048

Black with #5CD048

Text Example


Text Example

White with #5CD048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,208,72); }

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

background-color css

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

 a { background-color: rgb(92,208,72); }

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

border-color css

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

 span { border-color: rgb(92,208,72); }

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