Html Css Color HEX #38C68F Shamrock

📋 copy color: '#38C68F'

red 56 ◦ green 198 ◦ blue 143

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

Shades of Shamrock #38C68F

Tints of Shamrock #38C68F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.87%

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 14.11%
G = 49.87%
B = 36.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#38C68F (or 0x38C68F) is known color: Shamrock. HEX triplet: 38, C6 and 8F. RGB value is (56,198,143). Sum of RGB (Red+Green+Blue) = 56+198+143=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #38C68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C68F is #C73970. Grayscale: #959595. Windows color (decimal): -13056369 or 9422392. OLE color: 9422392.

HSL color Cylindrical-coordinate representation of color #38C68F: hue angle of 156.76º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C68F is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 198 143 -
CMYK 0.72 0 0.28 0.22
HSL 156.76º 0.56% 0.5% -
HSV(B) 156.76º 0.72% 0.78% -
XYZ 26.78 43.21 32.92 -
YUV 149.27 124.46 61.47 -
System Red Green Blue C M Y K H S L
Decimal 56 198 143 0.72 0 0.28 0.22 156.76 0.56 0.5
Hex 38 C6 8F 48 0 1C 16 9D 38 32
Octal 70 306 217 110 0 34 26 235 70 62
Binary 111000 11000110 10001111 1001000 0 11100 10110 10011101 111000 110010

Color Harmonies of #38C68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C68F

Black with #38C68F

Text Example


Text Example

White with #38C68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,198,143); }

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

background-color css

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

 a { background-color: rgb(56,198,143); }

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

border-color css

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

 span { border-color: rgb(56,198,143); }

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