Html Css Color HEX #74D82B Yellow Green

📋 copy color: '#74D82B'

red 116 ◦ green 216 ◦ blue 43

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

Shades of Yellow Green #74D82B

Tints of Yellow Green #74D82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 30.93%
G = 57.6%
B = 11.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#74D82B (or 0x74D82B) is known color: Yellow Green. HEX triplet: 74, D8 and 2B. RGB value is (116,216,43). Sum of RGB (Red+Green+Blue) = 116+216+43=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #74D82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D82B is #8B27D4. Grayscale: #A6A6A6. Windows color (decimal): -9119701 or 2873460. OLE color: 2873460.

HSL color Cylindrical-coordinate representation of color #74D82B: hue angle of 94.68º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74D82B is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 43 -
CMYK 0.46 0 0.80 0.15
HSL 94.68º 0.69% 0.51% -
HSV(B) 94.68º 0.8% 0.85% -
XYZ 32.19 53 10.82 -
YUV 166.38 58.37 92.07 -
System Red Green Blue C M Y K H S L
Decimal 116 216 43 0.46 0 0.80 0.15 94.68 0.69 0.51
Hex 74 D8 2B 2E 0 50 F 5F 45 33
Octal 164 330 53 56 0 120 17 137 105 63
Binary 1110100 11011000 101011 101110 0 1010000 1111 1011111 1000101 110011

Color Harmonies of #74D82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D82B

Black with #74D82B

Text Example


Text Example

White with #74D82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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