Html Css Color HEX #74DC28 Yellow Green

📋 copy color: '#74DC28'

red 116 ◦ green 220 ◦ blue 40

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

Shades of Yellow Green #74DC28

Tints of Yellow Green #74DC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.51%

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 30.85%
G = 58.51%
B = 10.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#74DC28 (or 0x74DC28) is known color: Yellow Green. HEX triplet: 74, DC and 28. RGB value is (116,220,40). Sum of RGB (Red+Green+Blue) = 116+220+40=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC28 is #8B23D7. Grayscale: #A8A8A8. Windows color (decimal): -9118680 or 2677876. OLE color: 2677876.

HSL color Cylindrical-coordinate representation of color #74DC28: hue angle of 94.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74DC28 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 40 -
CMYK 0.47 0 0.82 0.14
HSL 94.67º 0.72% 0.51% -
HSV(B) 94.67º 0.82% 0.86% -
XYZ 33.18 55.05 10.89 -
YUV 168.38 55.54 90.64 -
System Red Green Blue C M Y K H S L
Decimal 116 220 40 0.47 0 0.82 0.14 94.67 0.72 0.51
Hex 74 DC 28 2F 0 52 E 5F 48 33
Octal 164 334 50 57 0 122 16 137 110 63
Binary 1110100 11011100 101000 101111 0 1010010 1110 1011111 1001000 110011

Color Harmonies of #74DC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC28

Black with #74DC28

Text Example


Text Example

White with #74DC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,40); }

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

background-color css

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

 a { background-color: rgb(116,220,40); }

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

border-color css

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

 span { border-color: rgb(116,220,40); }

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