Html Css Color HEX #74D930 Yellow Green

📋 copy color: '#74D930'

red 116 ◦ green 217 ◦ blue 48

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

Shades of Yellow Green #74D930

Tints of Yellow Green #74D930

RGB

 RED value IS 116 (45.7% from 255) = 30.45%

 GREEN value IS 217 (85.16% from 255) = 56.96%

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

R = 30.45%
G = 56.96%
B = 12.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#74D930 (or 0x74D930) is known color: Yellow Green. HEX triplet: 74, D9 and 30. RGB value is (116,217,48). Sum of RGB (Red+Green+Blue) = 116+217+48=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #74D930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D930 is #8B26CF. Grayscale: #A8A8A8. Windows color (decimal): -9119440 or 3201396. OLE color: 3201396.

HSL color Cylindrical-coordinate representation of color #74D930: hue angle of 95.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74D930 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 217 48 -
CMYK 0.47 0 0.78 0.15
HSL 95.86º 0.69% 0.52% -
HSV(B) 95.86º 0.78% 0.85% -
XYZ 32.55 53.55 11.42 -
YUV 167.54 60.54 91.24 -
System Red Green Blue C M Y K H S L
Decimal 116 217 48 0.47 0 0.78 0.15 95.86 0.69 0.52
Hex 74 D9 30 2F 0 4E F 60 45 34
Octal 164 331 60 57 0 116 17 140 105 64
Binary 1110100 11011001 110000 101111 0 1001110 1111 1100000 1000101 110100

Color Harmonies of #74D930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D930

Black with #74D930

Text Example


Text Example

White with #74D930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74D930; }

 p { color: rgb(116,217,48); }

 H1.HeaderClassName
 {
   color: #74D930;
 }
 .AnyTagClassName
 {
   color: #74D930;
 }
</style>

background-color css

<style>
 a { background-color: #74D930; }

 a { background-color: rgb(116,217,48); }

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

border-color css

<style>
 span { border-color: #74D930; }

 span { border-color: rgb(116,217,48); }

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