Html Css Color HEX #74D82F Yellow Green

📋 copy color: '#74D82F'

red 116 ◦ green 216 ◦ blue 47

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

Shades of Yellow Green #74D82F

Tints of Yellow Green #74D82F

RGB

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

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

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

R = 30.61%
G = 56.99%
B = 12.4%

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

#74D82F (or 0x74D82F) is known color: Yellow Green. HEX triplet: 74, D8 and 2F. RGB value is (116,216,47). Sum of RGB (Red+Green+Blue) = 116+216+47=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #74D82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D82F is #8B27D0. Grayscale: #A7A7A7. Windows color (decimal): -9119697 or 3135604. OLE color: 3135604.

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

Color convert

RGB 116 216 47 -
CMYK 0.46 0 0.78 0.15
HSL 95.5º 0.68% 0.52% -
HSV(B) 95.5º 0.78% 0.85% -
XYZ 32.27 53.03 11.22 -
YUV 166.83 60.37 91.74 -
System Red Green Blue C M Y K H S L
Decimal 116 216 47 0.46 0 0.78 0.15 95.5 0.68 0.52
Hex 74 D8 2F 2E 0 4E F 60 44 34
Octal 164 330 57 56 0 116 17 140 104 64
Binary 1110100 11011000 101111 101110 0 1001110 1111 1100000 1000100 110100

Color Harmonies of #74D82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D82F

Black with #74D82F

Text Example


Text Example

White with #74D82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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