Html Css Color HEX #B5D705 Inch Worm

📋 copy color: '#B5D705'

red 181 ◦ green 215 ◦ blue 5

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

Shades of Inch Worm #B5D705

Tints of Inch Worm #B5D705

RGB

 RED value IS 181 (71.09% from 255) = 45.14%

 GREEN value IS 215 (84.38% from 255) = 53.62%

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

R = 45.14%
G = 53.62%
B = 1.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#B5D705 (or 0xB5D705) is known color: Inch Worm. HEX triplet: B5, D7 and 05. RGB value is (181,215,5). Sum of RGB (Red+Green+Blue) = 181+215+5=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D705 is #4A28FA. Grayscale: #B5B5B5. Windows color (decimal): -4860155 or 382901. OLE color: 382901.

HSL color Cylindrical-coordinate representation of color #B5D705: hue angle of 69.71º 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 #B5D705 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 215 5 -
CMYK 0.16 0 0.98 0.16
HSL 69.71º 0.95% 0.43% -
HSV(B) 69.71º 0.98% 0.84% -
XYZ 43.38 58.44 9.14 -
YUV 180.89 28.74 128.08 -
System Red Green Blue C M Y K H S L
Decimal 181 215 5 0.16 0 0.98 0.16 69.71 0.95 0.43
Hex B5 D7 5 10 0 62 10 46 5F 2B
Octal 265 327 5 20 0 142 20 106 137 53
Binary 10110101 11010111 101 10000 0 1100010 10000 1000110 1011111 101011

Color Harmonies of #B5D705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D705

Black with #B5D705

Text Example


Text Example

White with #B5D705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D705; }

 p { color: rgb(181,215,5); }

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

background-color css

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

 a { background-color: rgb(181,215,5); }

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

border-color css

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

 span { border-color: rgb(181,215,5); }

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