#6EBF31

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

Shades of Apple #6EBF31

Tints of Apple #6EBF31

Color information

#6EBF31 (or 0x6EBF31) is unknown color: approx Apple. HEX triplet: 6E, BF and 31. RGB value is (110,191,49). Sum of RGB (Red+Green+Blue) = 110+191+49=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBF31 is #9140CE. Grayscale: #979797. Windows color (decimal): -9519311 or 3260270. OLE color: 3260270.

HSL color Cylindrical-coordinate representation of color #6EBF31: hue angle of 94.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6EBF31 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB11019149-
CMYK0.4200.740.25
HSL94.23º59.17%47.06%-
HSV(B)94.23º74.35%74.9%-
XYZ25.6240.89.43-
YUV150.5970.6699.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.43%
GREEN value IS 191 (75% from 255) = 54.57%
BLUE value IS 49 (19.53% from 255) = 14%
R=31.43%
G=54.57%
B=14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110191490.4200.740.2594.2359.1747.06
Hex6EBF312A04A195e3b2f
Octal15627761520112311367357
Binary11011101011111111000110101001001010110011011110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,191,49); }

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

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

 a { background-color: rgb(110,191,49); }

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

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

 span { border-color: rgb(110,191,49); }

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