#6CBF00

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

Shades of Christi #6CBF00

Tints of Christi #6CBF00

Color information

#6CBF00 (or 0x6CBF00) is unknown color: approx Christi. HEX triplet: 6C, BF and 00. RGB value is (108,191,0). Sum of RGB (Red+Green+Blue) = 108+191+0=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBF00 is #9340FF. Grayscale: #919191. Windows color (decimal): -9650432 or 49004. OLE color: 49004.

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

Color convert

RGB1081910-
CMYK0.43010.25
HSL86.07º100%37.45%-
HSV(B)86.07º100%74.9%-
XYZ24.8240.456.5-
YUV144.4146.5102.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 191 (75% from 255) = 63.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.12%
G=63.88%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10819100.43010.2586.0710037.45
Hex6CBF02B06419566425
Octal15427705301443112614445
Binary1101100101111110101011011001001100110101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,191,0); }

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

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

 a { background-color: rgb(108,191,0); }

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

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

 span { border-color: rgb(108,191,0); }

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