Html Css Color HEX #38E68C Shamrock

📋 copy color: '#38E68C'

red 56 ◦ green 230 ◦ blue 140

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

Shades of Shamrock #38E68C

Tints of Shamrock #38E68C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.99%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 13.15%
G = 53.99%
B = 32.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#38E68C (or 0x38E68C) is known color: Shamrock. HEX triplet: 38, E6 and 8C. RGB value is (56,230,140). Sum of RGB (Red+Green+Blue) = 56+230+140=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #38E68C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38E68C is #C71973. Grayscale: #A7A7A7. Windows color (decimal): -13048180 or 9233976. OLE color: 9233976.

HSL color Cylindrical-coordinate representation of color #38E68C: hue angle of 148.97º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E68C is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 230 140 -
CMYK 0.76 0 0.39 0.10
HSL 148.97º 0.78% 0.56% -
HSV(B) 148.97º 0.76% 0.9% -
XYZ 34.66 59.33 34.44 -
YUV 167.71 112.35 48.32 -
System Red Green Blue C M Y K H S L
Decimal 56 230 140 0.76 0 0.39 0.10 148.97 0.78 0.56
Hex 38 E6 8C 4C 0 27 A 95 4E 38
Octal 70 346 214 114 0 47 12 225 116 70
Binary 111000 11100110 10001100 1001100 0 100111 1010 10010101 1001110 111000

Color Harmonies of #38E68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E68C

Black with #38E68C

Text Example


Text Example

White with #38E68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,230,140); }

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

background-color css

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

 a { background-color: rgb(56,230,140); }

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

border-color css

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

 span { border-color: rgb(56,230,140); }

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