Html Css Color HEX #38F585 Shamrock

📋 copy color: '#38F585'

red 56 ◦ green 245 ◦ blue 133

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

Shades of Shamrock #38F585

Tints of Shamrock #38F585

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.45%

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

R = 12.9%
G = 56.45%
B = 30.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#38F585 (or 0x38F585) is known color: Shamrock. HEX triplet: 38, F5 and 85. RGB value is (56,245,133). Sum of RGB (Red+Green+Blue) = 56+245+133=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #38F585 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F585 is #C70A7A. Grayscale: #AFAFAF. Windows color (decimal): -13044347 or 8779064. OLE color: 8779064.

HSL color Cylindrical-coordinate representation of color #38F585: hue angle of 144.44º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F585 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 245 133 -
CMYK 0.77 0 0.46 0.04
HSL 144.44º 0.9% 0.59% -
HSV(B) 144.44º 0.77% 0.96% -
XYZ 38.52 67.84 33.25 -
YUV 175.72 103.88 42.61 -
System Red Green Blue C M Y K H S L
Decimal 56 245 133 0.77 0 0.46 0.04 144.44 0.9 0.59
Hex 38 F5 85 4D 0 2E 4 90 5A 3B
Octal 70 365 205 115 0 56 4 220 132 73
Binary 111000 11110101 10000101 1001101 0 101110 100 10010000 1011010 111011

Color Harmonies of #38F585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F585

Black with #38F585

Text Example


Text Example

White with #38F585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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