Html Css Color HEX #7DCF2B Yellow Green

📋 copy color: '#7DCF2B'

red 125 ◦ green 207 ◦ blue 43

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

Shades of Yellow Green #7DCF2B

Tints of Yellow Green #7DCF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 33.33%
G = 55.2%
B = 11.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#7DCF2B (or 0x7DCF2B) is known color: Yellow Green. HEX triplet: 7D, CF and 2B. RGB value is (125,207,43). Sum of RGB (Red+Green+Blue) = 125+207+43=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCF2B is #8230D4. Grayscale: #A4A4A4. Windows color (decimal): -8532181 or 2871165. OLE color: 2871165.

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

Color convert

RGB 125 207 43 -
CMYK 0.40 0 0.79 0.19
HSL 90º 0.66% 0.49% -
HSV(B) 90º 0.79% 0.81% -
XYZ 31.21 49.16 10.13 -
YUV 163.79 59.83 100.34 -
System Red Green Blue C M Y K H S L
Decimal 125 207 43 0.40 0 0.79 0.19 90 0.66 0.49
Hex 7D CF 2B 28 0 4F 13 5A 42 31
Octal 175 317 53 50 0 117 23 132 102 61
Binary 1111101 11001111 101011 101000 0 1001111 10011 1011010 1000010 110001

Color Harmonies of #7DCF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF2B

Black with #7DCF2B

Text Example


Text Example

White with #7DCF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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