Html Css Color HEX #38F80B Harlequin

📋 copy color: '#38F80B'

red 56 ◦ green 248 ◦ blue 11

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

Shades of Harlequin #38F80B

Tints of Harlequin #38F80B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 78.73%

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 17.78%
G = 78.73%
B = 3.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#38F80B (or 0x38F80B) is known color: Harlequin. HEX triplet: 38, F8 and 0B. RGB value is (56,248,11). Sum of RGB (Red+Green+Blue) = 56+248+11=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 248 (97.27% from 255 or 78.73% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 248 - color contains mainly: green. Hex color #38F80B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F80B is #C707F4. Grayscale: #A4A4A4. Windows color (decimal): -13043701 or 784440. OLE color: 784440.

HSL color Cylindrical-coordinate representation of color #38F80B: hue angle of 108.61º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38F80B is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 248 11 -
CMYK 0.77 0 0.96 0.03
HSL 108.61º 0.94% 0.51% -
HSV(B) 108.61º 0.96% 0.97% -
XYZ 35.26 68 11.58 -
YUV 163.57 41.89 51.27 -
System Red Green Blue C M Y K H S L
Decimal 56 248 11 0.77 0 0.96 0.03 108.61 0.94 0.51
Hex 38 F8 B 4D 0 60 3 6D 5E 33
Octal 70 370 13 115 0 140 3 155 136 63
Binary 111000 11111000 1011 1001101 0 1100000 11 1101101 1011110 110011

Color Harmonies of #38F80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F80B

Black with #38F80B

Text Example


Text Example

White with #38F80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,248,11); }

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

background-color css

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

 a { background-color: rgb(56,248,11); }

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

border-color css

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

 span { border-color: rgb(56,248,11); }

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