Html Css Color HEX #74EB7D Pastel Green

📋 copy color: '#74EB7D'

red 116 ◦ green 235 ◦ blue 125

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

Shades of Pastel Green #74EB7D

Tints of Pastel Green #74EB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.37%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 24.37%
G = 49.37%
B = 26.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#74EB7D (or 0x74EB7D) is known color: Pastel Green. HEX triplet: 74, EB and 7D. RGB value is (116,235,125). Sum of RGB (Red+Green+Blue) = 116+235+125=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #74EB7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EB7D is #8B1482. Grayscale: #BBBBBB. Windows color (decimal): -9114755 or 8252276. OLE color: 8252276.

HSL color Cylindrical-coordinate representation of color #74EB7D: hue angle of 124.54º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EB7D is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 235 125 -
CMYK 0.51 0 0.47 0.08
HSL 124.54º 0.75% 0.69% -
HSV(B) 124.54º 0.51% 0.92% -
XYZ 40.61 64.61 29.73 -
YUV 186.88 93.08 77.44 -
System Red Green Blue C M Y K H S L
Decimal 116 235 125 0.51 0 0.47 0.08 124.54 0.75 0.69
Hex 74 EB 7D 33 0 2F 8 7D 4B 45
Octal 164 353 175 63 0 57 10 175 113 105
Binary 1110100 11101011 1111101 110011 0 101111 1000 1111101 1001011 1000101

Color Harmonies of #74EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EB7D

Black with #74EB7D

Text Example


Text Example

White with #74EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,235,125); }

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

background-color css

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

 a { background-color: rgb(116,235,125); }

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

border-color css

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

 span { border-color: rgb(116,235,125); }

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