#6FBF30

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

Shades of Apple #6FBF30

Tints of Apple #6FBF30

Color information

#6FBF30 (or 0x6FBF30) is unknown color: approx Apple. HEX triplet: 6F, BF and 30. RGB value is (111,191,48). Sum of RGB (Red+Green+Blue) = 111+191+48=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBF30 is #9040CF. Grayscale: #979797. Windows color (decimal): -9453776 or 3194735. OLE color: 3194735.

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

Color convert

RGB11119148-
CMYK0.4200.750.25
HSL93.57º59.83%46.86%-
HSV(B)93.57º74.87%74.9%-
XYZ25.7240.859.33-
YUV150.787099.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 191 (75% from 255) = 54.57%
BLUE value IS 48 (19.14% from 255) = 13.71%
R=31.71%
G=54.57%
B=13.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111191480.4200.750.2593.5759.8346.86
Hex6FBF302A04B195e3c2f
Octal15727760520113311367457
Binary11011111011111111000010101001001011110011011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,191,48); }

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

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

 a { background-color: rgb(111,191,48); }

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

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

 span { border-color: rgb(111,191,48); }

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