Html Css Color HEX #38DF0D Harlequin

📋 copy color: '#38DF0D'

red 56 ◦ green 223 ◦ blue 13

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

Shades of Harlequin #38DF0D

Tints of Harlequin #38DF0D

RGB

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

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

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

R = 19.18%
G = 76.37%
B = 4.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#38DF0D (or 0x38DF0D) is known color: Harlequin. HEX triplet: 38, DF and 0D. RGB value is (56,223,13). Sum of RGB (Red+Green+Blue) = 56+223+13=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DF0D is #C720F2. Grayscale: #959595. Windows color (decimal): -13050099 or 909112. OLE color: 909112.

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

Color convert

RGB 56 223 13 -
CMYK 0.75 0 0.94 0.13
HSL 107.71º 0.89% 0.46% -
HSV(B) 107.71º 0.94% 0.87% -
XYZ 28.09 53.65 9.25 -
YUV 149.13 51.17 61.58 -
System Red Green Blue C M Y K H S L
Decimal 56 223 13 0.75 0 0.94 0.13 107.71 0.89 0.46
Hex 38 DF D 4B 0 5E D 6C 59 2E
Octal 70 337 15 113 0 136 15 154 131 56
Binary 111000 11011111 1101 1001011 0 1011110 1101 1101100 1011001 101110

Color Harmonies of #38DF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF0D

Black with #38DF0D

Text Example


Text Example

White with #38DF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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