Html Css Color HEX #7DCA30 Yellow Green

📋 copy color: '#7DCA30'

red 125 ◦ green 202 ◦ blue 48

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

Shades of Yellow Green #7DCA30

Tints of Yellow Green #7DCA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.87%

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 33.33%
G = 53.87%
B = 12.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#7DCA30 (or 0x7DCA30) is known color: Yellow Green. HEX triplet: 7D, CA and 30. RGB value is (125,202,48). Sum of RGB (Red+Green+Blue) = 125+202+48=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCA30 is #8235CF. Grayscale: #A1A1A1. Windows color (decimal): -8533456 or 3197565. OLE color: 3197565.

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

Color convert

RGB 125 202 48 -
CMYK 0.38 0 0.76 0.21
HSL 90º 0.62% 0.49% -
HSV(B) 90º 0.76% 0.79% -
XYZ 30.11 46.81 10.25 -
YUV 161.42 63.99 102.02 -
System Red Green Blue C M Y K H S L
Decimal 125 202 48 0.38 0 0.76 0.21 90 0.62 0.49
Hex 7D CA 30 26 0 4C 15 5A 3E 31
Octal 175 312 60 46 0 114 25 132 76 61
Binary 1111101 11001010 110000 100110 0 1001100 10101 1011010 111110 110001

Color Harmonies of #7DCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCA30

Black with #7DCA30

Text Example


Text Example

White with #7DCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,202,48); }

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

background-color css

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

 a { background-color: rgb(125,202,48); }

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

border-color css

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

 span { border-color: rgb(125,202,48); }

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