Html Css Color HEX #38FA14 Harlequin

📋 copy color: '#38FA14'

red 56 ◦ green 250 ◦ blue 20

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

Shades of Harlequin #38FA14

Tints of Harlequin #38FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 76.69%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 17.18%
G = 76.69%
B = 6.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#38FA14 (or 0x38FA14) is known color: Harlequin. HEX triplet: 38, FA and 14. RGB value is (56,250,20). Sum of RGB (Red+Green+Blue) = 56+250+20=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FA14 is #C705EB. Grayscale: #A6A6A6. Windows color (decimal): -13043180 or 1374776. OLE color: 1374776.

HSL color Cylindrical-coordinate representation of color #38FA14: hue angle of 110.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38FA14 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 20 -
CMYK 0.78 0 0.92 0.02
HSL 110.61º 0.96% 0.53% -
HSV(B) 110.61º 0.92% 0.98% -
XYZ 35.94 69.26 12.14 -
YUV 165.77 45.73 49.7 -
System Red Green Blue C M Y K H S L
Decimal 56 250 20 0.78 0 0.92 0.02 110.61 0.96 0.53
Hex 38 FA 14 4E 0 5C 2 6F 60 35
Octal 70 372 24 116 0 134 2 157 140 65
Binary 111000 11111010 10100 1001110 0 1011100 10 1101111 1100000 110101

Color Harmonies of #38FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FA14

Black with #38FA14

Text Example


Text Example

White with #38FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,250,20); }

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

background-color css

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

 a { background-color: rgb(56,250,20); }

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

border-color css

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

 span { border-color: rgb(56,250,20); }

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