Html Css Color HEX #38DF10 Harlequin

📋 copy color: '#38DF10'

red 56 ◦ green 223 ◦ blue 16

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

Shades of Harlequin #38DF10

Tints of Harlequin #38DF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 18.98%
G = 75.59%
B = 5.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#38DF10 (or 0x38DF10) is known color: Harlequin. HEX triplet: 38, DF and 10. RGB value is (56,223,16). Sum of RGB (Red+Green+Blue) = 56+223+16=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DF10 is #C720EF. Grayscale: #969696. Windows color (decimal): -13050096 or 1105720. OLE color: 1105720.

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

Color convert

RGB 56 223 16 -
CMYK 0.75 0 0.93 0.13
HSL 108.41º 0.87% 0.47% -
HSV(B) 108.41º 0.93% 0.87% -
XYZ 28.11 53.65 9.36 -
YUV 149.47 52.67 61.33 -
System Red Green Blue C M Y K H S L
Decimal 56 223 16 0.75 0 0.93 0.13 108.41 0.87 0.47
Hex 38 DF 10 4B 0 5D D 6C 57 2F
Octal 70 337 20 113 0 135 15 154 127 57
Binary 111000 11011111 10000 1001011 0 1011101 1101 1101100 1010111 101111

Color Harmonies of #38DF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF10

Black with #38DF10

Text Example


Text Example

White with #38DF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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