Html Css Color HEX #7DB700 Christi

📋 copy color: '#7DB700'

red 125 ◦ green 183 ◦ blue 0

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

Shades of Christi #7DB700

Tints of Christi #7DB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.58%
G = 59.42%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#7DB700 (or 0x7DB700) is known color: Christi. HEX triplet: 7D, B7 and 00. RGB value is (125,183,0). Sum of RGB (Red+Green+Blue) = 125+183+0=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB700 is #8248FF. Grayscale: #919191. Windows color (decimal): -8538368 or 46973. OLE color: 46973.

HSL color Cylindrical-coordinate representation of color #7DB700: hue angle of 79.02º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DB700 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 0 -
CMYK 0.32 0 1 0.28
HSL 79.02º 1% 0.36% -
HSV(B) 79.02º 1% 0.72% -
XYZ 25.39 38.23 6.04 -
YUV 144.8 46.28 113.88 -
System Red Green Blue C M Y K H S L
Decimal 125 183 0 0.32 0 1 0.28 79.02 1 0.36
Hex 7D B7 0 20 0 64 1C 4F 64 24
Octal 175 267 0 40 0 144 34 117 144 44
Binary 1111101 10110111 0 100000 0 1100100 11100 1001111 1100100 100100

Color Harmonies of #7DB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB700

Black with #7DB700

Text Example


Text Example

White with #7DB700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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