Html Css Color HEX #38FA0F Harlequin

📋 copy color: '#38FA0F'

red 56 ◦ green 250 ◦ blue 15

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

Shades of Harlequin #38FA0F

Tints of Harlequin #38FA0F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 77.88%

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 17.45%
G = 77.88%
B = 4.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#38FA0F (or 0x38FA0F) is known color: Harlequin. HEX triplet: 38, FA and 0F. RGB value is (56,250,15). Sum of RGB (Red+Green+Blue) = 56+250+15=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 250 (98.05% from 255 or 77.88% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FA0F is #C705F0. Grayscale: #A5A5A5. Windows color (decimal): -13043185 or 1047096. OLE color: 1047096.

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

Color convert

RGB 56 250 15 -
CMYK 0.78 0 0.94 0.02
HSL 109.53º 0.96% 0.52% -
HSV(B) 109.53º 0.94% 0.98% -
XYZ 35.9 69.25 11.93 -
YUV 165.2 43.23 50.11 -
System Red Green Blue C M Y K H S L
Decimal 56 250 15 0.78 0 0.94 0.02 109.53 0.96 0.52
Hex 38 FA F 4E 0 5E 2 6E 60 34
Octal 70 372 17 116 0 136 2 156 140 64
Binary 111000 11111010 1111 1001110 0 1011110 10 1101110 1100000 110100

Color Harmonies of #38FA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FA0F

Black with #38FA0F

Text Example


Text Example

White with #38FA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,250,15); }

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

background-color css

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

 a { background-color: rgb(56,250,15); }

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

border-color css

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

 span { border-color: rgb(56,250,15); }

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