Html Css Color HEX #38CA83 Shamrock

📋 copy color: '#38CA83'

red 56 ◦ green 202 ◦ blue 131

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

Shades of Shamrock #38CA83

Tints of Shamrock #38CA83

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.93%

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 14.4%
G = 51.93%
B = 33.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#38CA83 (or 0x38CA83) is known color: Shamrock. HEX triplet: 38, CA and 83. RGB value is (56,202,131). Sum of RGB (Red+Green+Blue) = 56+202+131=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CA83 is #C7357C. Grayscale: #969696. Windows color (decimal): -13055357 or 8636984. OLE color: 8636984.

HSL color Cylindrical-coordinate representation of color #38CA83: hue angle of 150.82º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA83 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 202 131 -
CMYK 0.72 0 0.35 0.21
HSL 150.82º 0.58% 0.51% -
HSV(B) 150.82º 0.72% 0.79% -
XYZ 26.85 44.72 28.69 -
YUV 150.25 117.13 60.77 -
System Red Green Blue C M Y K H S L
Decimal 56 202 131 0.72 0 0.35 0.21 150.82 0.58 0.51
Hex 38 CA 83 48 0 23 15 97 3A 33
Octal 70 312 203 110 0 43 25 227 72 63
Binary 111000 11001010 10000011 1001000 0 100011 10101 10010111 111010 110011

Color Harmonies of #38CA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CA83

Black with #38CA83

Text Example


Text Example

White with #38CA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,202,131); }

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

background-color css

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

 a { background-color: rgb(56,202,131); }

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

border-color css

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

 span { border-color: rgb(56,202,131); }

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