#6FCA1C

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

Shades of Christi #6FCA1C

Tints of Christi #6FCA1C

Color information

#6FCA1C (or 0x6FCA1C) is unknown color: approx Christi. HEX triplet: 6F, CA and 1C. RGB value is (111,202,28). Sum of RGB (Red+Green+Blue) = 111+202+28=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA1C is #9035E3. Grayscale: #9B9B9B. Windows color (decimal): -9450980 or 1886831. OLE color: 1886831.

HSL color Cylindrical-coordinate representation of color #6FCA1C: hue angle of 91.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FCA1C is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB11120228-
CMYK0.4500.860.21
HSL91.38º75.65%45.1%-
HSV(B)91.38º86.14%79.22%-
XYZ27.8945.78.45-
YUV154.9656.3596.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 202 (79.30% from 255) = 59.24%
BLUE value IS 28 (11.33% from 255) = 8.21%
R=32.55%
G=59.24%
B=8.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111202280.4500.860.2191.3875.6545.1
Hex6FCA1C2D056155b4c2d
Octal157312345501262513311455
Binary11011111100101011100101101010101101010110110111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,202,28); }

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

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

 a { background-color: rgb(111,202,28); }

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

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

 span { border-color: rgb(111,202,28); }

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