Html Css Color HEX #38CF6C Emerald

📋 copy color: '#38CF6C'

red 56 ◦ green 207 ◦ blue 108

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

Shades of Emerald #38CF6C

Tints of Emerald #38CF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 15.09%
G = 55.8%
B = 29.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#38CF6C (or 0x38CF6C) is known color: Emerald. HEX triplet: 38, CF and 6C. RGB value is (56,207,108). Sum of RGB (Red+Green+Blue) = 56+207+108=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CF6C is #C73093. Grayscale: #969696. Windows color (decimal): -13054100 or 7130936. OLE color: 7130936.

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

Color convert

RGB 56 207 108 -
CMYK 0.73 0 0.48 0.19
HSL 140.66º 0.61% 0.52% -
HSV(B) 140.66º 0.73% 0.81% -
XYZ 26.65 46.55 21.77 -
YUV 150.57 103.97 60.55 -
System Red Green Blue C M Y K H S L
Decimal 56 207 108 0.73 0 0.48 0.19 140.66 0.61 0.52
Hex 38 CF 6C 49 0 30 13 8D 3D 34
Octal 70 317 154 111 0 60 23 215 75 64
Binary 111000 11001111 1101100 1001001 0 110000 10011 10001101 111101 110100

Color Harmonies of #38CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF6C

Black with #38CF6C

Text Example


Text Example

White with #38CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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