#6CBF01

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

Shades of Christi #6CBF01

Tints of Christi #6CBF01

Color information

#6CBF01 (or 0x6CBF01) is unknown color: approx Christi. HEX triplet: 6C, BF and 01. RGB value is (108,191,1). Sum of RGB (Red+Green+Blue) = 108+191+1=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBF01 is #9340FE. Grayscale: #919191. Windows color (decimal): -9650431 or 114540. OLE color: 114540.

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

Color convert

RGB1081911-
CMYK0.4300.990.25
HSL86.21º98.96%37.65%-
HSV(B)86.21º99.48%74.9%-
XYZ24.8240.456.53-
YUV144.5247101.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 191 (75% from 255) = 63.67%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=36%
G=63.67%
B=0.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10819110.4300.990.2586.2198.9637.65
Hex6CBF12B06319566326
Octal15427715301433112614346
Binary1101100101111111101011011000111100110101101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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