Html Css Color HEX #B8DF1F Inch Worm

📋 copy color: '#B8DF1F'

red 184 ◦ green 223 ◦ blue 31

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

Shades of Inch Worm #B8DF1F

Tints of Inch Worm #B8DF1F

RGB

 RED value IS 184 (72.27% from 255) = 42.01%

 GREEN value IS 223 (87.5% from 255) = 50.91%

 BLUE value IS 31 (12.5% from 255) = 7.08%

R = 42.01%
G = 50.91%
B = 7.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#B8DF1F (or 0xB8DF1F) is known color: Inch Worm. HEX triplet: B8, DF and 1F. RGB value is (184,223,31). Sum of RGB (Red+Green+Blue) = 184+223+31=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DF1F is #4720E0. Grayscale: #BEBEBE. Windows color (decimal): -4661473 or 2088888. OLE color: 2088888.

HSL color Cylindrical-coordinate representation of color #B8DF1F: hue angle of 72.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8DF1F is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 223 31 -
CMYK 0.17 0 0.86 0.13
HSL 72.19º 0.76% 0.5% -
HSV(B) 72.19º 0.86% 0.87% -
XYZ 46.4 63.06 11.02 -
YUV 189.45 38.58 124.11 -
System Red Green Blue C M Y K H S L
Decimal 184 223 31 0.17 0 0.86 0.13 72.19 0.76 0.5
Hex B8 DF 1F 11 0 56 D 48 4C 32
Octal 270 337 37 21 0 126 15 110 114 62
Binary 10111000 11011111 11111 10001 0 1010110 1101 1001000 1001100 110010

Color Harmonies of #B8DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DF1F

Black with #B8DF1F

Text Example


Text Example

White with #B8DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DF1F; }

 p { color: rgb(184,223,31); }

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

background-color css

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

 a { background-color: rgb(184,223,31); }

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

border-color css

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

 span { border-color: rgb(184,223,31); }

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