#5CC04B

Color #5CC04B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5CC04B

Tints of Apple #5CC04B

Color information

#5CC04B (or 0x5CC04B) is unknown color: approx Apple. HEX triplet: 5C, C0 and 4B. RGB value is (92,192,75). Sum of RGB (Red+Green+Blue) = 92+192+75=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC04B is #A33FB4. Grayscale: #959595. Windows color (decimal): -10698677 or 4964444. OLE color: 4964444.

HSL color Cylindrical-coordinate representation of color #5CC04B: hue angle of 111.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CC04B is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB9219275-
CMYK0.5200.610.25
HSL111.28º48.15%52.35%-
HSV(B)111.28º60.94%75.29%-
XYZ24.5340.4813.18-
YUV148.7686.3787.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.63%
GREEN value IS 192 (75.39% from 255) = 53.48%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=25.63%
G=53.48%
B=20.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92192750.5200.610.25111.2848.1552.35
Hex5CC04B3403D196f3034
Octal13430011364075311576064
Binary10111001100000010010111101000111101110011101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,192,75); }

 H1.HeaderClassName
 {
   color: #5CC04B;
 }
 .AnyTagClassName
 {
   color: #5CC04B;
 }
</style>
background-color css

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

 a { background-color: rgb(92,192,75); }

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

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

 span { border-color: rgb(92,192,75); }

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