Html Css Color HEX #74DE2C Yellow Green

📋 copy color: '#74DE2C'

red 116 ◦ green 222 ◦ blue 44

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

Shades of Yellow Green #74DE2C

Tints of Yellow Green #74DE2C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.12%

 BLUE value IS 44 (17.58% from 255) = 11.52%

R = 30.37%
G = 58.12%
B = 11.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#74DE2C (or 0x74DE2C) is known color: Yellow Green. HEX triplet: 74, DE and 2C. RGB value is (116,222,44). Sum of RGB (Red+Green+Blue) = 116+222+44=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 222 (87.11% from 255 or 58.12% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE2C is #8B21D3. Grayscale: #AAAAAA. Windows color (decimal): -9118164 or 2940532. OLE color: 2940532.

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

Color convert

RGB 116 222 44 -
CMYK 0.48 0 0.80 0.13
HSL 95.73º 0.73% 0.52% -
HSV(B) 95.73º 0.8% 0.87% -
XYZ 33.78 56.14 11.44 -
YUV 170.01 56.88 89.47 -
System Red Green Blue C M Y K H S L
Decimal 116 222 44 0.48 0 0.80 0.13 95.73 0.73 0.52
Hex 74 DE 2C 30 0 50 D 60 49 34
Octal 164 336 54 60 0 120 15 140 111 64
Binary 1110100 11011110 101100 110000 0 1010000 1101 1100000 1001001 110100

Color Harmonies of #74DE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DE2C

Black with #74DE2C

Text Example


Text Example

White with #74DE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,222,44); }

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

background-color css

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

 a { background-color: rgb(116,222,44); }

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

border-color css

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

 span { border-color: rgb(116,222,44); }

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