Html Css Color HEX #7DB002 Christi

📋 copy color: '#7DB002'

red 125 ◦ green 176 ◦ blue 2

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

Shades of Christi #7DB002

Tints of Christi #7DB002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 41.25%
G = 58.09%
B = 0.66%

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

#7DB002 (or 0x7DB002) is known color: Christi. HEX triplet: 7D, B0 and 02. RGB value is (125,176,2). Sum of RGB (Red+Green+Blue) = 125+176+2=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB002 is #824FFD. Grayscale: #8D8D8D. Windows color (decimal): -8540158 or 176253. OLE color: 176253.

HSL color Cylindrical-coordinate representation of color #7DB002: hue angle of 77.59º degrees, saturation: 0.98, 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 #7DB002 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 2 -
CMYK 0.29 0 0.99 0.31
HSL 77.59º 0.98% 0.35% -
HSV(B) 77.59º 0.99% 0.69% -
XYZ 23.99 35.42 5.63 -
YUV 140.92 49.6 116.65 -
System Red Green Blue C M Y K H S L
Decimal 125 176 2 0.29 0 0.99 0.31 77.59 0.98 0.35
Hex 7D B0 2 1D 0 63 1F 4E 62 23
Octal 175 260 2 35 0 143 37 116 142 43
Binary 1111101 10110000 10 11101 0 1100011 11111 1001110 1100010 100011

Color Harmonies of #7DB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB002

Black with #7DB002

Text Example


Text Example

White with #7DB002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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