Html Css Color HEX #38CF5E Emerald

📋 copy color: '#38CF5E'

red 56 ◦ green 207 ◦ blue 94

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

Shades of Emerald #38CF5E

Tints of Emerald #38CF5E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.98%

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 15.69%
G = 57.98%
B = 26.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#38CF5E (or 0x38CF5E) is known color: Emerald. HEX triplet: 38, CF and 5E. RGB value is (56,207,94). Sum of RGB (Red+Green+Blue) = 56+207+94=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CF5E is #C730A1. Grayscale: #959595. Windows color (decimal): -13054114 or 6213432. OLE color: 6213432.

HSL color Cylindrical-coordinate representation of color #38CF5E: hue angle of 135.1º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CF5E is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 94 -
CMYK 0.73 0 0.55 0.19
HSL 135.1º 0.61% 0.52% -
HSV(B) 135.1º 0.73% 0.81% -
XYZ 25.96 46.27 18.15 -
YUV 148.97 96.97 61.69 -
System Red Green Blue C M Y K H S L
Decimal 56 207 94 0.73 0 0.55 0.19 135.1 0.61 0.52
Hex 38 CF 5E 49 0 37 13 87 3D 34
Octal 70 317 136 111 0 67 23 207 75 64
Binary 111000 11001111 1011110 1001001 0 110111 10011 10000111 111101 110100

Color Harmonies of #38CF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF5E

Black with #38CF5E

Text Example


Text Example

White with #38CF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,207,94); }

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

background-color css

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

 a { background-color: rgb(56,207,94); }

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

border-color css

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

 span { border-color: rgb(56,207,94); }

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