Html Css Color HEX #38F067 Emerald

📋 copy color: '#38F067'

red 56 ◦ green 240 ◦ blue 103

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

Shades of Emerald #38F067

Tints of Emerald #38F067

RGB

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

 GREEN value IS 240 (94.14% from 255) = 60.15%

 BLUE value IS 103 (40.63% from 255) = 25.81%

R = 14.04%
G = 60.15%
B = 25.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#38F067 (or 0x38F067) is known color: Emerald. HEX triplet: 38, F0 and 67. RGB value is (56,240,103). Sum of RGB (Red+Green+Blue) = 56+240+103=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #38F067 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F067 is #C70F98. Grayscale: #A9A9A9. Windows color (decimal): -13045657 or 6811704. OLE color: 6811704.

HSL color Cylindrical-coordinate representation of color #38F067: hue angle of 135.33º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F067 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 240 103 -
CMYK 0.77 0 0.57 0.06
HSL 135.33º 0.86% 0.58% -
HSV(B) 135.33º 0.77% 0.94% -
XYZ 35.24 64.14 23.35 -
YUV 169.37 90.54 47.14 -
System Red Green Blue C M Y K H S L
Decimal 56 240 103 0.77 0 0.57 0.06 135.33 0.86 0.58
Hex 38 F0 67 4D 0 39 6 87 56 3A
Octal 70 360 147 115 0 71 6 207 126 72
Binary 111000 11110000 1100111 1001101 0 111001 110 10000111 1010110 111010

Color Harmonies of #38F067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F067

Black with #38F067

Text Example


Text Example

White with #38F067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,240,103); }

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

background-color css

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

 a { background-color: rgb(56,240,103); }

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

border-color css

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

 span { border-color: rgb(56,240,103); }

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