Html Css Color HEX #5CD04A Apple

📋 copy color: '#5CD04A'

red 92 ◦ green 208 ◦ blue 74

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

Shades of Apple #5CD04A

Tints of Apple #5CD04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 24.6%
G = 55.61%
B = 19.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#5CD04A (or 0x5CD04A) is known color: Apple. HEX triplet: 5C, D0 and 4A. RGB value is (92,208,74). Sum of RGB (Red+Green+Blue) = 92+208+74=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD04A is #A32FB5. Grayscale: #9E9E9E. Windows color (decimal): -10694582 or 4903004. OLE color: 4903004.

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

Color convert

RGB 92 208 74 -
CMYK 0.56 0 0.64 0.18
HSL 111.94º 0.59% 0.55% -
HSV(B) 111.94º 0.64% 0.82% -
XYZ 28.21 47.88 14.23 -
YUV 158.04 80.57 80.9 -
System Red Green Blue C M Y K H S L
Decimal 92 208 74 0.56 0 0.64 0.18 111.94 0.59 0.55
Hex 5C D0 4A 38 0 40 12 70 3B 37
Octal 134 320 112 70 0 100 22 160 73 67
Binary 1011100 11010000 1001010 111000 0 1000000 10010 1110000 111011 110111

Color Harmonies of #5CD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD04A

Black with #5CD04A

Text Example


Text Example

White with #5CD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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