#6ccc1d

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

Shades of Christi #6CCC1D

Tints of Christi #6CCC1D

Color information

#6CCC1D (or 0x6CCC1D) is unknown color: approx Christi. HEX triplet: 6C, CC and 1D. RGB value is (108,204,29). Sum of RGB (Red+Green+Blue) = 108+204+29=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC1D is #9333E2. Grayscale: #9B9B9B. Windows color (decimal): -9647075 or 1952876. OLE color: 1952876.

HSL color Cylindrical-coordinate representation of color #6CCC1D: hue angle of 92.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CCC1D is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB10820429-
CMYK0.4700.860.2
HSL92.91º75.11%45.69%-
HSV(B)92.91º85.78%80%-
XYZ2846.468.65-
YUV155.3556.794.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.67%
GREEN value IS 204 (80.08% from 255) = 59.82%
BLUE value IS 29 (11.72% from 255) = 8.50%
R=31.67%
G=59.82%
B=8.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal108204290.4700.860.292.9175.1145.69
Hex6CCC1D2F056145d4b2e
Octal154314355701262413511356
Binary11011001100110011101101111010101101010010111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ccc1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,204,29); }

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

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

 a { background-color: rgb(108,204,29); }

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

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

 span { border-color: rgb(108,204,29); }

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