Html Css Color HEX #38E502 Harlequin

📋 copy color: '#38E502'

red 56 ◦ green 229 ◦ blue 2

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

Shades of Harlequin #38E502

Tints of Harlequin #38E502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 19.51%
G = 79.79%
B = 0.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#38E502 (or 0x38E502) is known color: Harlequin. HEX triplet: 38, E5 and 02. RGB value is (56,229,2). Sum of RGB (Red+Green+Blue) = 56+229+2=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 229 (89.84% from 255 or 79.79% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 229 - color contains mainly: green. Hex color #38E502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E502 is #C71AFD. Grayscale: #989898. Windows color (decimal): -13048574 or 189752. OLE color: 189752.

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

Color convert

RGB 56 229 2 -
CMYK 0.76 0 0.99 0.10
HSL 105.73º 0.98% 0.45% -
HSV(B) 105.73º 0.99% 0.9% -
XYZ 29.66 56.88 9.47 -
YUV 151.4 43.69 59.96 -
System Red Green Blue C M Y K H S L
Decimal 56 229 2 0.76 0 0.99 0.10 105.73 0.98 0.45
Hex 38 E5 2 4C 0 63 A 6A 62 2D
Octal 70 345 2 114 0 143 12 152 142 55
Binary 111000 11100101 10 1001100 0 1100011 1010 1101010 1100010 101101

Color Harmonies of #38E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E502

Black with #38E502

Text Example


Text Example

White with #38E502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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