Html Css Color HEX #7DB001 Christi

📋 copy color: '#7DB001'

red 125 ◦ green 176 ◦ blue 1

#7DB001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #7DB001

Tints of Christi #7DB001

RGB

 RED value IS 125 (49.22% from 255) = 41.39%

 GREEN value IS 176 (69.14% from 255) = 58.28%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 41.39%
G = 58.28%
B = 0.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#7DB001 (or 0x7DB001) is known color: Christi. HEX triplet: 7D, B0 and 01. RGB value is (125,176,1). Sum of RGB (Red+Green+Blue) = 125+176+1=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB001 is #824FFE. Grayscale: #8D8D8D. Windows color (decimal): -8540159 or 110717. OLE color: 110717.

HSL color Cylindrical-coordinate representation of color #7DB001: hue angle of 77.49º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DB001 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 1 -
CMYK 0.29 0 0.99 0.31
HSL 77.49º 0.99% 0.35% -
HSV(B) 77.49º 0.99% 0.69% -
XYZ 23.99 35.41 5.6 -
YUV 140.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 125 176 1 0.29 0 0.99 0.31 77.49 0.99 0.35
Hex 7D B0 1 1D 0 63 1F 4D 63 23
Octal 175 260 1 35 0 143 37 115 143 43
Binary 1111101 10110000 1 11101 0 1100011 11111 1001101 1100011 100011

Color Harmonies of #7DB001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB001

Black with #7DB001

Text Example


Text Example

White with #7DB001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,176,1); }

 H1.HeaderClassName
 {
   color: #7DB001;
 }
 .AnyTagClassName
 {
   color: #7DB001;
 }
</style>

background-color css

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

 a { background-color: rgb(125,176,1); }

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

border-color css

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

 span { border-color: rgb(125,176,1); }

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