Html Css Color HEX #7DCF0D Lima

📋 copy color: '#7DCF0D'

red 125 ◦ green 207 ◦ blue 13

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

Shades of Lima #7DCF0D

Tints of Lima #7DCF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60%

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 36.23%
G = 60%
B = 3.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#7DCF0D (or 0x7DCF0D) is known color: Lima. HEX triplet: 7D, CF and 0D. RGB value is (125,207,13). Sum of RGB (Red+Green+Blue) = 125+207+13=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF0D is #8230F2. Grayscale: #A1A1A1. Windows color (decimal): -8532211 or 905085. OLE color: 905085.

HSL color Cylindrical-coordinate representation of color #7DCF0D: hue angle of 85.36º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DCF0D is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 13 -
CMYK 0.40 0 0.94 0.19
HSL 85.36º 0.88% 0.43% -
HSV(B) 85.36º 0.94% 0.81% -
XYZ 30.84 49.01 8.22 -
YUV 160.37 44.83 102.77 -
System Red Green Blue C M Y K H S L
Decimal 125 207 13 0.40 0 0.94 0.19 85.36 0.88 0.43
Hex 7D CF D 28 0 5E 13 55 58 2B
Octal 175 317 15 50 0 136 23 125 130 53
Binary 1111101 11001111 1101 101000 0 1011110 10011 1010101 1011000 101011

Color Harmonies of #7DCF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF0D

Black with #7DCF0D

Text Example


Text Example

White with #7DCF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,207,13); }

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

background-color css

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

 a { background-color: rgb(125,207,13); }

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

border-color css

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

 span { border-color: rgb(125,207,13); }

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