Html Css Color HEX #38F184 Shamrock

📋 copy color: '#38F184'

red 56 ◦ green 241 ◦ blue 132

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

Shades of Shamrock #38F184

Tints of Shamrock #38F184

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.18%

 BLUE value IS 132 (51.95% from 255) = 30.77%

R = 13.05%
G = 56.18%
B = 30.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#38F184 (or 0x38F184) is known color: Shamrock. HEX triplet: 38, F1 and 84. RGB value is (56,241,132). Sum of RGB (Red+Green+Blue) = 56+241+132=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #38F184 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F184 is #C70E7B. Grayscale: #ADADAD. Windows color (decimal): -13045372 or 8712504. OLE color: 8712504.

HSL color Cylindrical-coordinate representation of color #38F184: hue angle of 144.65º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F184 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 241 132 -
CMYK 0.77 0 0.45 0.05
HSL 144.65º 0.87% 0.58% -
HSV(B) 144.65º 0.77% 0.95% -
XYZ 37.25 65.42 32.49 -
YUV 173.26 104.71 44.36 -
System Red Green Blue C M Y K H S L
Decimal 56 241 132 0.77 0 0.45 0.05 144.65 0.87 0.58
Hex 38 F1 84 4D 0 2D 5 91 57 3A
Octal 70 361 204 115 0 55 5 221 127 72
Binary 111000 11110001 10000100 1001101 0 101101 101 10010001 1010111 111010

Color Harmonies of #38F184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F184

Black with #38F184

Text Example


Text Example

White with #38F184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,241,132); }

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

background-color css

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

 a { background-color: rgb(56,241,132); }

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

border-color css

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

 span { border-color: rgb(56,241,132); }

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