Html Css Color HEX #74D830 Yellow Green

📋 copy color: '#74D830'

red 116 ◦ green 216 ◦ blue 48

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

Shades of Yellow Green #74D830

Tints of Yellow Green #74D830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.84%

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

R = 30.53%
G = 56.84%
B = 12.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#74D830 (or 0x74D830) is known color: Yellow Green. HEX triplet: 74, D8 and 30. RGB value is (116,216,48). Sum of RGB (Red+Green+Blue) = 116+216+48=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #74D830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D830 is #8B27CF. Grayscale: #A7A7A7. Windows color (decimal): -9119696 or 3201140. OLE color: 3201140.

HSL color Cylindrical-coordinate representation of color #74D830: hue angle of 95.71º degrees, saturation: 0.68, 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 #74D830 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 48 -
CMYK 0.46 0 0.78 0.15
HSL 95.71º 0.68% 0.52% -
HSV(B) 95.71º 0.78% 0.85% -
XYZ 32.29 53.04 11.33 -
YUV 166.95 60.87 91.66 -
System Red Green Blue C M Y K H S L
Decimal 116 216 48 0.46 0 0.78 0.15 95.71 0.68 0.52
Hex 74 D8 30 2E 0 4E F 60 44 34
Octal 164 330 60 56 0 116 17 140 104 64
Binary 1110100 11011000 110000 101110 0 1001110 1111 1100000 1000100 110100

Color Harmonies of #74D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D830

Black with #74D830

Text Example


Text Example

White with #74D830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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