#6BE134

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

Shades of Apple #6BE134

Tints of Apple #6BE134

Color information

#6BE134 (or 0x6BE134) is unknown color: approx Apple. HEX triplet: 6B, E1 and 34. RGB value is (107,225,52). Sum of RGB (Red+Green+Blue) = 107+225+52=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BE134 is #941ECB. Grayscale: #AAAAAA. Windows color (decimal): -9707212 or 3465579. OLE color: 3465579.

HSL color Cylindrical-coordinate representation of color #6BE134: hue angle of 100.92º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6BE134 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB10722552-
CMYK0.5200.770.12
HSL100.92º74.25%54.31%-
HSV(B)100.92º76.89%88.24%-
XYZ33.6157.2212.52-
YUV17061.4183.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.86%
GREEN value IS 225 (88.28% from 255) = 58.59%
BLUE value IS 52 (20.70% from 255) = 13.54%
R=27.86%
G=58.59%
B=13.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal107225520.5200.770.12100.9274.2554.31
Hex6BE1343404DC654a36
Octal153341646401151414511266
Binary11010111110000111010011010001001101110011001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BE134; }

 p { color: rgb(107,225,52); }

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

<style>
 a { background-color: #6BE134; }

 a { background-color: rgb(107,225,52); }

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

<style>
 span { border-color: #6BE134; }

 span { border-color: rgb(107,225,52); }

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