#74DE2B

Color #74DE2B Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #74DE2B

Tints of Yellow Green #74DE2B

Color information

#74DE2B (or 0x74DE2B) is unknown color: approx Yellow Green. HEX triplet: 74, DE and 2B. RGB value is (116,222,43). Sum of RGB (Red+Green+Blue) = 116+222+43=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE2B is #8B21D4. Grayscale: #AAAAAA. Windows color (decimal): -9118165 or 2874996. OLE color: 2874996.

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

Color convert

RGB11622243-
CMYK0.4800.810.13
HSL95.53º73.06%51.96%-
HSV(B)95.53º80.63%87.06%-
XYZ33.7656.1311.34-
YUV169.956.3889.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 222 (87.11% from 255) = 58.27%
BLUE value IS 43 (17.19% from 255) = 11.29%
R=30.45%
G=58.27%
B=11.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116222430.4800.810.1395.5373.0651.96
Hex74DE2B30051D604934
Octal164336536001211514011164
Binary11101001101111010101111000001010001110111000001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74DE2B;
 }
 .AnyTagClassName
 {
   color: #74DE2B;
 }
</style>
background-color css

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

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

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

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

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

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