#6FBD15

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

Shades of Christi #6FBD15

Tints of Christi #6FBD15

Color information

#6FBD15 (or 0x6FBD15) is unknown color: approx Christi. HEX triplet: 6F, BD and 15. RGB value is (111,189,21). Sum of RGB (Red+Green+Blue) = 111+189+21=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBD15 is #9042EA. Grayscale: #939393. Windows color (decimal): -9454315 or 1424751. OLE color: 1424751.

HSL color Cylindrical-coordinate representation of color #6FBD15: hue angle of 87.86º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FBD15 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB11118921-
CMYK0.4100.890.26
HSL87.86º80%41.18%-
HSV(B)87.86º88.89%74.12%-
XYZ24.8939.837.09-
YUV146.5357.16102.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 189 (74.22% from 255) = 58.88%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=34.58%
G=58.88%
B=6.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111189210.4100.890.2687.868041.18
Hex6FBD15290591A585029
Octal157275255101313213012051
Binary11011111011110110101101001010110011101010110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,189,21); }

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

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

 a { background-color: rgb(111,189,21); }

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

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

 span { border-color: rgb(111,189,21); }

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