Html Css Color HEX #B3D608 Inch Worm

📋 copy color: '#B3D608'

red 179 ◦ green 214 ◦ blue 8

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

Shades of Inch Worm #B3D608

Tints of Inch Worm #B3D608

RGB

 RED value IS 179 (70.31% from 255) = 44.64%

 GREEN value IS 214 (83.98% from 255) = 53.37%

 BLUE value IS 8 (3.52% from 255) = 2%

R = 44.64%
G = 53.37%
B = 2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#B3D608 (or 0xB3D608) is known color: Inch Worm. HEX triplet: B3, D6 and 08. RGB value is (179,214,8). Sum of RGB (Red+Green+Blue) = 179+214+8=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3D608 is #4C29F7. Grayscale: #B4B4B4. Windows color (decimal): -4991480 or 579251. OLE color: 579251.

HSL color Cylindrical-coordinate representation of color #B3D608: hue angle of 70.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3D608 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 214 8 -
CMYK 0.16 0 0.96 0.16
HSL 70.19º 0.93% 0.44% -
HSV(B) 70.19º 0.96% 0.84% -
XYZ 42.68 57.69 9.12 -
YUV 180.05 30.9 127.25 -
System Red Green Blue C M Y K H S L
Decimal 179 214 8 0.16 0 0.96 0.16 70.19 0.93 0.44
Hex B3 D6 8 10 0 60 10 46 5D 2C
Octal 263 326 10 20 0 140 20 106 135 54
Binary 10110011 11010110 1000 10000 0 1100000 10000 1000110 1011101 101100

Color Harmonies of #B3D608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D608

Black with #B3D608

Text Example


Text Example

White with #B3D608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D608; }

 p { color: rgb(179,214,8); }

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

background-color css

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

 a { background-color: rgb(179,214,8); }

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

border-color css

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

 span { border-color: rgb(179,214,8); }

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