Html Css Color HEX #38FD1D Harlequin

📋 copy color: '#38FD1D'

red 56 ◦ green 253 ◦ blue 29

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

Shades of Harlequin #38FD1D

Tints of Harlequin #38FD1D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 74.85%

 BLUE value IS 29 (11.72% from 255) = 8.58%

R = 16.57%
G = 74.85%
B = 8.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#38FD1D (or 0x38FD1D) is known color: Harlequin. HEX triplet: 38, FD and 1D. RGB value is (56,253,29). Sum of RGB (Red+Green+Blue) = 56+253+29=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 253 (99.22% from 255 or 74.85% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 253 - color contains mainly: green. Hex color #38FD1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FD1D is #C702E2. Grayscale: #A9A9A9. Windows color (decimal): -13042403 or 1965368. OLE color: 1965368.

HSL color Cylindrical-coordinate representation of color #38FD1D: hue angle of 112.77º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38FD1D is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 253 29 -
CMYK 0.78 0 0.89 0.01
HSL 112.77º 0.98% 0.55% -
HSV(B) 112.77º 0.89% 0.99% -
XYZ 36.98 71.18 12.95 -
YUV 168.56 49.23 47.71 -
System Red Green Blue C M Y K H S L
Decimal 56 253 29 0.78 0 0.89 0.01 112.77 0.98 0.55
Hex 38 FD 1D 4E 0 59 1 71 62 37
Octal 70 375 35 116 0 131 1 161 142 67
Binary 111000 11111101 11101 1001110 0 1011001 1 1110001 1100010 110111

Color Harmonies of #38FD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FD1D

Black with #38FD1D

Text Example


Text Example

White with #38FD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,253,29); }

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

background-color css

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

 a { background-color: rgb(56,253,29); }

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

border-color css

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

 span { border-color: rgb(56,253,29); }

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