Html Css Color HEX #38E466 Emerald

📋 copy color: '#38E466'

red 56 ◦ green 228 ◦ blue 102

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

Shades of Emerald #38E466

Tints of Emerald #38E466

RGB

 RED value IS 56 (22.27% from 255) = 14.51%

 GREEN value IS 228 (89.45% from 255) = 59.07%

 BLUE value IS 102 (40.23% from 255) = 26.42%

R = 14.51%
G = 59.07%
B = 26.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#38E466 (or 0x38E466) is known color: Emerald. HEX triplet: 38, E4 and 66. RGB value is (56,228,102). Sum of RGB (Red+Green+Blue) = 56+228+102=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 228 (89.45% from 255 or 59.07% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 228 - color contains mainly: green. Hex color #38E466 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E466 is #C71B99. Grayscale: #A2A2A2. Windows color (decimal): -13048730 or 6743096. OLE color: 6743096.

HSL color Cylindrical-coordinate representation of color #38E466: hue angle of 136.05º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E466 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 228 102 -
CMYK 0.75 0 0.55 0.11
HSL 136.05º 0.76% 0.56% -
HSV(B) 136.05º 0.75% 0.89% -
XYZ 31.77 57.29 21.95 -
YUV 162.21 94.02 52.25 -
System Red Green Blue C M Y K H S L
Decimal 56 228 102 0.75 0 0.55 0.11 136.05 0.76 0.56
Hex 38 E4 66 4B 0 37 B 88 4C 38
Octal 70 344 146 113 0 67 13 210 114 70
Binary 111000 11100100 1100110 1001011 0 110111 1011 10001000 1001100 111000

Color Harmonies of #38E466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E466

Black with #38E466

Text Example


Text Example

White with #38E466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38E466; }

 p { color: rgb(56,228,102); }

 H1.HeaderClassName
 {
   color: #38E466;
 }
 .AnyTagClassName
 {
   color: #38E466;
 }
</style>

background-color css

<style>
 a { background-color: #38E466; }

 a { background-color: rgb(56,228,102); }

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

border-color css

<style>
 span { border-color: #38E466; }

 span { border-color: rgb(56,228,102); }

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