Html Css Color HEX #38F190 Shamrock

📋 copy color: '#38F190'

red 56 ◦ green 241 ◦ blue 144

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

Shades of Shamrock #38F190

Tints of Shamrock #38F190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 12.7%
G = 54.65%
B = 32.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#38F190 (or 0x38F190) is known color: Shamrock. HEX triplet: 38, F1 and 90. RGB value is (56,241,144). Sum of RGB (Red+Green+Blue) = 56+241+144=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #38F190 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F190 is #C70E6F. Grayscale: #AEAEAE. Windows color (decimal): -13045360 or 9498936. OLE color: 9498936.

HSL color Cylindrical-coordinate representation of color #38F190: hue angle of 148.54º 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 #38F190 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 241 144 -
CMYK 0.77 0 0.40 0.05
HSL 148.54º 0.87% 0.58% -
HSV(B) 148.54º 0.77% 0.95% -
XYZ 38.12 65.76 37.07 -
YUV 174.63 110.71 43.39 -
System Red Green Blue C M Y K H S L
Decimal 56 241 144 0.77 0 0.40 0.05 148.54 0.87 0.58
Hex 38 F1 90 4D 0 28 5 95 57 3A
Octal 70 361 220 115 0 50 5 225 127 72
Binary 111000 11110001 10010000 1001101 0 101000 101 10010101 1010111 111010

Color Harmonies of #38F190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F190

Black with #38F190

Text Example


Text Example

White with #38F190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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