#61D434

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

Shades of Apple #61D434

Tints of Apple #61D434

Color information

#61D434 (or 0x61D434) is unknown color: approx Apple. HEX triplet: 61, D4 and 34. RGB value is (97,212,52). Sum of RGB (Red+Green+Blue) = 97+212+52=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #61D434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D434 is #9E2BCB. Grayscale: #9F9F9F. Windows color (decimal): -10365900 or 3462241. OLE color: 3462241.

HSL color Cylindrical-coordinate representation of color #61D434: hue angle of 103.12º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61D434 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB9721252-
CMYK0.5400.750.17
HSL103.12º65.04%51.76%-
HSV(B)103.12º75.47%83.14%-
XYZ29.0949.8811.34-
YUV159.3867.483.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 212 (83.20% from 255) = 58.73%
BLUE value IS 52 (20.70% from 255) = 14.40%
R=26.87%
G=58.73%
B=14.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal97212520.5400.750.17103.1265.0451.76
Hex61D4343604B11674134
Octal141324646601132114710164
Binary110000111010100110100110110010010111000111001111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,212,52); }

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

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

 a { background-color: rgb(97,212,52); }

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

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

 span { border-color: rgb(97,212,52); }

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