Html Css Color HEX #38E505 Harlequin

📋 copy color: '#38E505'

red 56 ◦ green 229 ◦ blue 5

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

Shades of Harlequin #38E505

Tints of Harlequin #38E505

RGB

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

 GREEN value IS 229 (89.84% from 255) = 78.97%

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

R = 19.31%
G = 78.97%
B = 1.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#38E505 (or 0x38E505) is known color: Harlequin. HEX triplet: 38, E5 and 05. RGB value is (56,229,5). Sum of RGB (Red+Green+Blue) = 56+229+5=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 229 (89.84% from 255 or 78.97% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 229 - color contains mainly: green. Hex color #38E505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E505 is #C71AFA. Grayscale: #989898. Windows color (decimal): -13048571 or 386360. OLE color: 386360.

HSL color Cylindrical-coordinate representation of color #38E505: hue angle of 106.34º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38E505 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 229 5 -
CMYK 0.76 0 0.98 0.10
HSL 106.34º 0.96% 0.46% -
HSV(B) 106.34º 0.98% 0.9% -
XYZ 29.68 56.89 9.56 -
YUV 151.74 45.19 59.71 -
System Red Green Blue C M Y K H S L
Decimal 56 229 5 0.76 0 0.98 0.10 106.34 0.96 0.46
Hex 38 E5 5 4C 0 62 A 6A 60 2E
Octal 70 345 5 114 0 142 12 152 140 56
Binary 111000 11100101 101 1001100 0 1100010 1010 1101010 1100000 101110

Color Harmonies of #38E505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E505

Black with #38E505

Text Example


Text Example

White with #38E505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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