Html Css Color HEX #7DCF10 Lima

📋 copy color: '#7DCF10'

red 125 ◦ green 207 ◦ blue 16

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

Shades of Lima #7DCF10

Tints of Lima #7DCF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 35.92%
G = 59.48%
B = 4.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#7DCF10 (or 0x7DCF10) is known color: Lima. HEX triplet: 7D, CF and 10. RGB value is (125,207,16). Sum of RGB (Red+Green+Blue) = 125+207+16=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF10 is #8230EF. Grayscale: #A1A1A1. Windows color (decimal): -8532208 or 1101693. OLE color: 1101693.

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

Color convert

RGB 125 207 16 -
CMYK 0.40 0 0.92 0.19
HSL 85.76º 0.86% 0.44% -
HSV(B) 85.76º 0.92% 0.81% -
XYZ 30.86 49.02 8.33 -
YUV 160.71 46.33 102.53 -
System Red Green Blue C M Y K H S L
Decimal 125 207 16 0.40 0 0.92 0.19 85.76 0.86 0.44
Hex 7D CF 10 28 0 5C 13 56 56 2C
Octal 175 317 20 50 0 134 23 126 126 54
Binary 1111101 11001111 10000 101000 0 1011100 10011 1010110 1010110 101100

Color Harmonies of #7DCF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF10

Black with #7DCF10

Text Example


Text Example

White with #7DCF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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