Html Css Color HEX #B1D605 Inch Worm

📋 copy color: '#B1D605'

red 177 ◦ green 214 ◦ blue 5

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

Shades of Inch Worm #B1D605

Tints of Inch Worm #B1D605

RGB

 RED value IS 177 (69.53% from 255) = 44.7%

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 44.7%
G = 54.04%
B = 1.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#B1D605 (or 0xB1D605) is known color: Inch Worm. HEX triplet: B1, D6 and 05. RGB value is (177,214,5). Sum of RGB (Red+Green+Blue) = 177+214+5=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D605 is #4E29FA. Grayscale: #B3B3B3. Windows color (decimal): -5122555 or 382641. OLE color: 382641.

HSL color Cylindrical-coordinate representation of color #B1D605: hue angle of 70.62º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1D605 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 214 5 -
CMYK 0.17 0 0.98 0.16
HSL 70.62º 0.95% 0.43% -
HSV(B) 70.62º 0.98% 0.84% -
XYZ 42.21 57.45 9.01 -
YUV 179.11 29.74 126.49 -
System Red Green Blue C M Y K H S L
Decimal 177 214 5 0.17 0 0.98 0.16 70.62 0.95 0.43
Hex B1 D6 5 11 0 62 10 47 5F 2B
Octal 261 326 5 21 0 142 20 107 137 53
Binary 10110001 11010110 101 10001 0 1100010 10000 1000111 1011111 101011

Color Harmonies of #B1D605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D605

Black with #B1D605

Text Example


Text Example

White with #B1D605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D605; }

 p { color: rgb(177,214,5); }

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

background-color css

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

 a { background-color: rgb(177,214,5); }

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

border-color css

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

 span { border-color: rgb(177,214,5); }

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