Html Css Color HEX #7DCF2F Yellow Green

📋 copy color: '#7DCF2F'

red 125 ◦ green 207 ◦ blue 47

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

Shades of Yellow Green #7DCF2F

Tints of Yellow Green #7DCF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 32.98%
G = 54.62%
B = 12.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#7DCF2F (or 0x7DCF2F) is known color: Yellow Green. HEX triplet: 7D, CF and 2F. RGB value is (125,207,47). Sum of RGB (Red+Green+Blue) = 125+207+47=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCF2F is #8230D0. Grayscale: #A4A4A4. Windows color (decimal): -8532177 or 3133309. OLE color: 3133309.

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

Color convert

RGB 125 207 47 -
CMYK 0.40 0 0.77 0.19
HSL 90.75º 0.63% 0.5% -
HSV(B) 90.75º 0.77% 0.81% -
XYZ 31.28 49.19 10.54 -
YUV 164.24 61.83 100.01 -
System Red Green Blue C M Y K H S L
Decimal 125 207 47 0.40 0 0.77 0.19 90.75 0.63 0.5
Hex 7D CF 2F 28 0 4D 13 5B 3F 32
Octal 175 317 57 50 0 115 23 133 77 62
Binary 1111101 11001111 101111 101000 0 1001101 10011 1011011 111111 110010

Color Harmonies of #7DCF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF2F

Black with #7DCF2F

Text Example


Text Example

White with #7DCF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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