Html Css Color HEX #38E38A Shamrock

📋 copy color: '#38E38A'

red 56 ◦ green 227 ◦ blue 138

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

Shades of Shamrock #38E38A

Tints of Shamrock #38E38A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.92%

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 13.3%
G = 53.92%
B = 32.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#38E38A (or 0x38E38A) is known color: Shamrock. HEX triplet: 38, E3 and 8A. RGB value is (56,227,138). Sum of RGB (Red+Green+Blue) = 56+227+138=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #38E38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E38A is #C71C75. Grayscale: #A5A5A5. Windows color (decimal): -13048950 or 9102136. OLE color: 9102136.

HSL color Cylindrical-coordinate representation of color #38E38A: hue angle of 148.77º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E38A is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 227 138 -
CMYK 0.75 0 0.39 0.11
HSL 148.77º 0.75% 0.55% -
HSV(B) 148.77º 0.75% 0.89% -
XYZ 33.69 57.61 33.39 -
YUV 165.73 112.35 49.74 -
System Red Green Blue C M Y K H S L
Decimal 56 227 138 0.75 0 0.39 0.11 148.77 0.75 0.55
Hex 38 E3 8A 4B 0 27 B 95 4B 37
Octal 70 343 212 113 0 47 13 225 113 67
Binary 111000 11100011 10001010 1001011 0 100111 1011 10010101 1001011 110111

Color Harmonies of #38E38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E38A

Black with #38E38A

Text Example


Text Example

White with #38E38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,227,138); }

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

background-color css

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

 a { background-color: rgb(56,227,138); }

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

border-color css

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

 span { border-color: rgb(56,227,138); }

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