Html Css Color HEX #38E985 Shamrock

📋 copy color: '#38E985'

red 56 ◦ green 233 ◦ blue 133

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

Shades of Shamrock #38E985

Tints of Shamrock #38E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.21%

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 13.27%
G = 55.21%
B = 31.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#38E985 (or 0x38E985) is known color: Shamrock. HEX triplet: 38, E9 and 85. RGB value is (56,233,133). Sum of RGB (Red+Green+Blue) = 56+233+133=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 233 (91.41% from 255 or 55.21% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 233 - color contains mainly: green. Hex color #38E985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38E985 is #C7167A. Grayscale: #A8A8A8. Windows color (decimal): -13047419 or 8775992. OLE color: 8775992.

HSL color Cylindrical-coordinate representation of color #38E985: hue angle of 146.1º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E985 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 233 133 -
CMYK 0.76 0 0.43 0.09
HSL 146.1º 0.8% 0.57% -
HSV(B) 146.1º 0.76% 0.91% -
XYZ 35 60.81 32.08 -
YUV 168.68 107.86 47.63 -
System Red Green Blue C M Y K H S L
Decimal 56 233 133 0.76 0 0.43 0.09 146.1 0.8 0.57
Hex 38 E9 85 4C 0 2B 9 92 50 39
Octal 70 351 205 114 0 53 11 222 120 71
Binary 111000 11101001 10000101 1001100 0 101011 1001 10010010 1010000 111001

Color Harmonies of #38E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E985

Black with #38E985

Text Example


Text Example

White with #38E985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,233,133); }

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

background-color css

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

 a { background-color: rgb(56,233,133); }

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

border-color css

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

 span { border-color: rgb(56,233,133); }

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