Html Css Color HEX #74D825 Yellow Green

📋 copy color: '#74D825'

red 116 ◦ green 216 ◦ blue 37

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

Shades of Yellow Green #74D825

Tints of Yellow Green #74D825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 31.44%
G = 58.54%
B = 10.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#74D825 (or 0x74D825) is known color: Yellow Green. HEX triplet: 74, D8 and 25. RGB value is (116,216,37). Sum of RGB (Red+Green+Blue) = 116+216+37=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #74D825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D825 is #8B27DA. Grayscale: #A6A6A6. Windows color (decimal): -9119707 or 2480244. OLE color: 2480244.

HSL color Cylindrical-coordinate representation of color #74D825: hue angle of 93.52º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74D825 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 37 -
CMYK 0.46 0 0.83 0.15
HSL 93.52º 0.71% 0.5% -
HSV(B) 93.52º 0.83% 0.85% -
XYZ 32.09 52.96 10.28 -
YUV 165.69 55.37 92.55 -
System Red Green Blue C M Y K H S L
Decimal 116 216 37 0.46 0 0.83 0.15 93.52 0.71 0.5
Hex 74 D8 25 2E 0 53 F 5E 47 32
Octal 164 330 45 56 0 123 17 136 107 62
Binary 1110100 11011000 100101 101110 0 1010011 1111 1011110 1000111 110010

Color Harmonies of #74D825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D825

Black with #74D825

Text Example


Text Example

White with #74D825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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