Html Css Color HEX #7DCF12 Lima

📋 copy color: '#7DCF12'

red 125 ◦ green 207 ◦ blue 18

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

Shades of Lima #7DCF12

Tints of Lima #7DCF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.14%

R = 35.71%
G = 59.14%
B = 5.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#7DCF12 (or 0x7DCF12) is known color: Lima. HEX triplet: 7D, CF and 12. RGB value is (125,207,18). Sum of RGB (Red+Green+Blue) = 125+207+18=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF12 is #8230ED. Grayscale: #A1A1A1. Windows color (decimal): -8532206 or 1232765. OLE color: 1232765.

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

Color convert

RGB 125 207 18 -
CMYK 0.40 0 0.91 0.19
HSL 86.03º 0.84% 0.44% -
HSV(B) 86.03º 0.91% 0.81% -
XYZ 30.88 49.03 8.41 -
YUV 160.94 47.33 102.37 -
System Red Green Blue C M Y K H S L
Decimal 125 207 18 0.40 0 0.91 0.19 86.03 0.84 0.44
Hex 7D CF 12 28 0 5B 13 56 54 2C
Octal 175 317 22 50 0 133 23 126 124 54
Binary 1111101 11001111 10010 101000 0 1011011 10011 1010110 1010100 101100

Color Harmonies of #7DCF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF12

Black with #7DCF12

Text Example


Text Example

White with #7DCF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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