#61D54B

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

Shades of Apple #61D54B

Tints of Apple #61D54B

Color information

#61D54B (or 0x61D54B) is unknown color: approx Apple. HEX triplet: 61, D5 and 4B. RGB value is (97,213,75). Sum of RGB (Red+Green+Blue) = 97+213+75=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #61D54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D54B is #9E2AB4. Grayscale: #A3A3A3. Windows color (decimal): -10365621 or 4969825. OLE color: 4969825.

HSL color Cylindrical-coordinate representation of color #61D54B: hue angle of 110.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61D54B is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB9721375-
CMYK0.5400.650.16
HSL110.43º62.16%56.47%-
HSV(B)110.43º64.79%83.53%-
XYZ29.9950.6414.85-
YUV162.5878.5781.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 213 (83.59% from 255) = 55.32%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=25.19%
G=55.32%
B=19.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal97213750.5400.650.16110.4362.1656.47
Hex61D54B36041106e3e38
Octal141325113660101201567670
Binary110000111010101100101111011001000001100001101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61D54B; }

 p { color: rgb(97,213,75); }

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

<style>
 a { background-color: #61D54B; }

 a { background-color: rgb(97,213,75); }

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

<style>
 span { border-color: #61D54B; }

 span { border-color: rgb(97,213,75); }

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