Html Css Color HEX #38D905 Harlequin

📋 copy color: '#38D905'

red 56 ◦ green 217 ◦ blue 5

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

Shades of Harlequin #38D905

Tints of Harlequin #38D905

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.06%

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 20.14%
G = 78.06%
B = 1.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#38D905 (or 0x38D905) is known color: Harlequin. HEX triplet: 38, D9 and 05. RGB value is (56,217,5). Sum of RGB (Red+Green+Blue) = 56+217+5=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 217 (85.16% from 255 or 78.06% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 217 - color contains mainly: green. Hex color #38D905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D905 is #C726FA. Grayscale: #919191. Windows color (decimal): -13051643 or 383288. OLE color: 383288.

HSL color Cylindrical-coordinate representation of color #38D905: hue angle of 105.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38D905 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 217 5 -
CMYK 0.74 0 0.98 0.15
HSL 105.57º 0.95% 0.44% -
HSV(B) 105.57º 0.98% 0.85% -
XYZ 26.47 50.48 8.49 -
YUV 144.69 49.16 64.74 -
System Red Green Blue C M Y K H S L
Decimal 56 217 5 0.74 0 0.98 0.15 105.57 0.95 0.44
Hex 38 D9 5 4A 0 62 F 6A 5F 2C
Octal 70 331 5 112 0 142 17 152 137 54
Binary 111000 11011001 101 1001010 0 1100010 1111 1101010 1011111 101100

Color Harmonies of #38D905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D905

Black with #38D905

Text Example


Text Example

White with #38D905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,217,5); }

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

background-color css

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

 a { background-color: rgb(56,217,5); }

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

border-color css

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

 span { border-color: rgb(56,217,5); }

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