#7DB200

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

Shades of Christi #7DB200

Tints of Christi #7DB200

Color information

#7DB200 (or 0x7DB200) is unknown color: approx Christi. HEX triplet: 7D, B2 and 00. RGB value is (125,178,0). Sum of RGB (Red+Green+Blue) = 125+178+0=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB200 is #824DFF. Grayscale: #8E8E8E. Windows color (decimal): -8539648 or 45693. OLE color: 45693.

HSL color Cylindrical-coordinate representation of color #7DB200: hue angle of 77.87º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DB200 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1251780-
CMYK0.30010.30
HSL77.87º100%34.9%-
HSV(B)77.87º100%69.8%-
XYZ24.3836.25.7-
YUV141.8647.94115.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.25%
GREEN value IS 178 (69.92% from 255) = 58.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.25%
G=58.75%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12517800.30010.3077.8710034.9
Hex7DB201E0641E4e6423
Octal17526203601443611614443
Binary111110110110010011110011001001111010011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DB200; }

 p { color: rgb(125,178,0); }

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

<style>
 a { background-color: #7DB200; }

 a { background-color: rgb(125,178,0); }

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

<style>
 span { border-color: #7DB200; }

 span { border-color: rgb(125,178,0); }

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