Html Css Color HEX #74DF28 Yellow Green

📋 copy color: '#74DF28'

red 116 ◦ green 223 ◦ blue 40

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

Shades of Yellow Green #74DF28

Tints of Yellow Green #74DF28

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.84%

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

R = 30.61%
G = 58.84%
B = 10.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#74DF28 (or 0x74DF28) is known color: Yellow Green. HEX triplet: 74, DF and 28. RGB value is (116,223,40). Sum of RGB (Red+Green+Blue) = 116+223+40=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DF28 is #8B20D7. Grayscale: #AAAAAA. Windows color (decimal): -9117912 or 2678644. OLE color: 2678644.

HSL color Cylindrical-coordinate representation of color #74DF28: hue angle of 95.08º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74DF28 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 40 -
CMYK 0.48 0 0.82 0.13
HSL 95.08º 0.74% 0.52% -
HSV(B) 95.08º 0.82% 0.87% -
XYZ 33.97 56.64 11.15 -
YUV 170.15 54.55 89.38 -
System Red Green Blue C M Y K H S L
Decimal 116 223 40 0.48 0 0.82 0.13 95.08 0.74 0.52
Hex 74 DF 28 30 0 52 D 5F 4A 34
Octal 164 337 50 60 0 122 15 137 112 64
Binary 1110100 11011111 101000 110000 0 1010010 1101 1011111 1001010 110100

Color Harmonies of #74DF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF28

Black with #74DF28

Text Example


Text Example

White with #74DF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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