Html Css Color HEX #5CD242 Apple

📋 copy color: '#5CD242'

red 92 ◦ green 210 ◦ blue 66

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

Shades of Apple #5CD242

Tints of Apple #5CD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.07%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 25%
G = 57.07%
B = 17.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#5CD242 (or 0x5CD242) is known color: Apple. HEX triplet: 5C, D2 and 42. RGB value is (92,210,66). Sum of RGB (Red+Green+Blue) = 92+210+66=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD242 is #A32DBD. Grayscale: #9E9E9E. Windows color (decimal): -10694078 or 4379228. OLE color: 4379228.

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

Color convert

RGB 92 210 66 -
CMYK 0.56 0 0.69 0.18
HSL 109.17º 0.62% 0.54% -
HSV(B) 109.17º 0.69% 0.82% -
XYZ 28.44 48.76 13.07 -
YUV 158.3 75.91 80.71 -
System Red Green Blue C M Y K H S L
Decimal 92 210 66 0.56 0 0.69 0.18 109.17 0.62 0.54
Hex 5C D2 42 38 0 45 12 6D 3E 36
Octal 134 322 102 70 0 105 22 155 76 66
Binary 1011100 11010010 1000010 111000 0 1000101 10010 1101101 111110 110110

Color Harmonies of #5CD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD242

Black with #5CD242

Text Example


Text Example

White with #5CD242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,210,66); }

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

background-color css

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

 a { background-color: rgb(92,210,66); }

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

border-color css

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

 span { border-color: rgb(92,210,66); }

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