Html Css Color HEX #38F00D Harlequin

📋 copy color: '#38F00D'

red 56 ◦ green 240 ◦ blue 13

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

Shades of Harlequin #38F00D

Tints of Harlequin #38F00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 77.67%

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 18.12%
G = 77.67%
B = 4.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#38F00D (or 0x38F00D) is known color: Harlequin. HEX triplet: 38, F0 and 0D. RGB value is (56,240,13). Sum of RGB (Red+Green+Blue) = 56+240+13=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #38F00D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F00D is #C70FF2. Grayscale: #9F9F9F. Windows color (decimal): -13045747 or 913464. OLE color: 913464.

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

Color convert

RGB 56 240 13 -
CMYK 0.77 0 0.95 0.06
HSL 108.63º 0.9% 0.5% -
HSV(B) 108.63º 0.95% 0.94% -
XYZ 32.86 63.19 10.85 -
YUV 159.11 45.54 54.46 -
System Red Green Blue C M Y K H S L
Decimal 56 240 13 0.77 0 0.95 0.06 108.63 0.9 0.5
Hex 38 F0 D 4D 0 5F 6 6D 5A 32
Octal 70 360 15 115 0 137 6 155 132 62
Binary 111000 11110000 1101 1001101 0 1011111 110 1101101 1011010 110010

Color Harmonies of #38F00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F00D

Black with #38F00D

Text Example


Text Example

White with #38F00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,240,13); }

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

background-color css

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

 a { background-color: rgb(56,240,13); }

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

border-color css

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

 span { border-color: rgb(56,240,13); }

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