Html Css Color HEX #38F312 Harlequin

📋 copy color: '#38F312'

red 56 ◦ green 243 ◦ blue 18

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

Shades of Harlequin #38F312

Tints of Harlequin #38F312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 76.66%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 17.67%
G = 76.66%
B = 5.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#38F312 (or 0x38F312) is known color: Harlequin. HEX triplet: 38, F3 and 12. RGB value is (56,243,18). Sum of RGB (Red+Green+Blue) = 56+243+18=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 243 (95.31% from 255 or 76.66% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 243 - color contains mainly: green. Hex color #38F312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F312 is #C70CED. Grayscale: #A2A2A2. Windows color (decimal): -13044974 or 1241912. OLE color: 1241912.

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

Color convert

RGB 56 243 18 -
CMYK 0.77 0 0.93 0.05
HSL 109.87º 0.9% 0.51% -
HSV(B) 109.87º 0.93% 0.95% -
XYZ 33.79 64.99 11.33 -
YUV 161.44 47.05 52.8 -
System Red Green Blue C M Y K H S L
Decimal 56 243 18 0.77 0 0.93 0.05 109.87 0.9 0.51
Hex 38 F3 12 4D 0 5D 5 6E 5A 33
Octal 70 363 22 115 0 135 5 156 132 63
Binary 111000 11110011 10010 1001101 0 1011101 101 1101110 1011010 110011

Color Harmonies of #38F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F312

Black with #38F312

Text Example


Text Example

White with #38F312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,243,18); }

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

background-color css

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

 a { background-color: rgb(56,243,18); }

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

border-color css

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

 span { border-color: rgb(56,243,18); }

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