Html Css Color HEX #74D72F Yellow Green

📋 copy color: '#74D72F'

red 116 ◦ green 215 ◦ blue 47

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

Shades of Yellow Green #74D72F

Tints of Yellow Green #74D72F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.88%

 BLUE value IS 47 (18.75% from 255) = 12.43%

R = 30.69%
G = 56.88%
B = 12.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#74D72F (or 0x74D72F) is known color: Yellow Green. HEX triplet: 74, D7 and 2F. RGB value is (116,215,47). Sum of RGB (Red+Green+Blue) = 116+215+47=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #74D72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D72F is #8B28D0. Grayscale: #A6A6A6. Windows color (decimal): -9119953 or 3135348. OLE color: 3135348.

HSL color Cylindrical-coordinate representation of color #74D72F: hue angle of 95.36º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74D72F is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 215 47 -
CMYK 0.46 0 0.78 0.16
HSL 95.36º 0.68% 0.51% -
HSV(B) 95.36º 0.78% 0.84% -
XYZ 32.02 52.52 11.14 -
YUV 166.25 60.7 92.16 -
System Red Green Blue C M Y K H S L
Decimal 116 215 47 0.46 0 0.78 0.16 95.36 0.68 0.51
Hex 74 D7 2F 2E 0 4E 10 5F 44 33
Octal 164 327 57 56 0 116 20 137 104 63
Binary 1110100 11010111 101111 101110 0 1001110 10000 1011111 1000100 110011

Color Harmonies of #74D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D72F

Black with #74D72F

Text Example


Text Example

White with #74D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,215,47); }

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

background-color css

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

 a { background-color: rgb(116,215,47); }

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

border-color css

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

 span { border-color: rgb(116,215,47); }

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