Html Css Color HEX #38DF01 Harlequin

📋 copy color: '#38DF01'

red 56 ◦ green 223 ◦ blue 1

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

Shades of Harlequin #38DF01

Tints of Harlequin #38DF01

RGB

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

 GREEN value IS 223 (87.5% from 255) = 79.64%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 20%
G = 79.64%
B = 0.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#38DF01 (or 0x38DF01) is known color: Harlequin. HEX triplet: 38, DF and 01. RGB value is (56,223,1). Sum of RGB (Red+Green+Blue) = 56+223+1=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 223 (87.5% from 255 or 79.64% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DF01 is #C720FE. Grayscale: #949494. Windows color (decimal): -13050111 or 122680. OLE color: 122680.

HSL color Cylindrical-coordinate representation of color #38DF01: hue angle of 105.14º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38DF01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 223 1 -
CMYK 0.75 0 1.00 0.13
HSL 105.14º 0.99% 0.44% -
HSV(B) 105.14º 1% 0.87% -
XYZ 28.02 53.62 8.9 -
YUV 147.76 45.17 62.55 -
System Red Green Blue C M Y K H S L
Decimal 56 223 1 0.75 0 1.00 0.13 105.14 0.99 0.44
Hex 38 DF 1 4B 0 64 D 69 63 2C
Octal 70 337 1 113 0 144 15 151 143 54
Binary 111000 11011111 1 1001011 0 1100100 1101 1101001 1100011 101100

Color Harmonies of #38DF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF01

Black with #38DF01

Text Example


Text Example

White with #38DF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,223,1); }

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

background-color css

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

 a { background-color: rgb(56,223,1); }

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

border-color css

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

 span { border-color: rgb(56,223,1); }

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