Html Css Color HEX #38F915 Harlequin

📋 copy color: '#38F915'

red 56 ◦ green 249 ◦ blue 21

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

Shades of Harlequin #38F915

Tints of Harlequin #38F915

RGB

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

 GREEN value IS 249 (97.66% from 255) = 76.38%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 17.18%
G = 76.38%
B = 6.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#38F915 (or 0x38F915) is known color: Harlequin. HEX triplet: 38, F9 and 15. RGB value is (56,249,21). Sum of RGB (Red+Green+Blue) = 56+249+21=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 249 (97.66% from 255 or 76.38% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 249 - color contains mainly: green. Hex color #38F915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F915 is #C706EA. Grayscale: #A6A6A6. Windows color (decimal): -13043435 or 1440056. OLE color: 1440056.

HSL color Cylindrical-coordinate representation of color #38F915: hue angle of 110.79º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38F915 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 249 21 -
CMYK 0.78 0 0.92 0.02
HSL 110.79º 0.95% 0.53% -
HSV(B) 110.79º 0.92% 0.98% -
XYZ 35.64 68.65 12.08 -
YUV 165.3 46.56 50.04 -
System Red Green Blue C M Y K H S L
Decimal 56 249 21 0.78 0 0.92 0.02 110.79 0.95 0.53
Hex 38 F9 15 4E 0 5C 2 6F 5F 35
Octal 70 371 25 116 0 134 2 157 137 65
Binary 111000 11111001 10101 1001110 0 1011100 10 1101111 1011111 110101

Color Harmonies of #38F915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F915

Black with #38F915

Text Example


Text Example

White with #38F915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,249,21); }

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

background-color css

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

 a { background-color: rgb(56,249,21); }

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

border-color css

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

 span { border-color: rgb(56,249,21); }

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