Html Css Color HEX #38CF7B Emerald

📋 copy color: '#38CF7B'

red 56 ◦ green 207 ◦ blue 123

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

Shades of Emerald #38CF7B

Tints of Emerald #38CF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 14.51%
G = 53.63%
B = 31.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#38CF7B (or 0x38CF7B) is known color: Emerald. HEX triplet: 38, CF and 7B. RGB value is (56,207,123). Sum of RGB (Red+Green+Blue) = 56+207+123=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CF7B is #C73084. Grayscale: #989898. Windows color (decimal): -13054085 or 8113976. OLE color: 8113976.

HSL color Cylindrical-coordinate representation of color #38CF7B: hue angle of 146.62º 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 #38CF7B is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 123 -
CMYK 0.73 0 0.41 0.19
HSL 146.62º 0.61% 0.52% -
HSV(B) 146.62º 0.73% 0.81% -
XYZ 27.52 46.9 26.34 -
YUV 152.28 111.47 59.33 -
System Red Green Blue C M Y K H S L
Decimal 56 207 123 0.73 0 0.41 0.19 146.62 0.61 0.52
Hex 38 CF 7B 49 0 29 13 93 3D 34
Octal 70 317 173 111 0 51 23 223 75 64
Binary 111000 11001111 1111011 1001001 0 101001 10011 10010011 111101 110100

Color Harmonies of #38CF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF7B

Black with #38CF7B

Text Example


Text Example

White with #38CF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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