Html Css Color HEX #B1DA03 Inch Worm

📋 copy color: '#B1DA03'

red 177 ◦ green 218 ◦ blue 3

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

Shades of Inch Worm #B1DA03

Tints of Inch Worm #B1DA03

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.77%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 44.47%
G = 54.77%
B = 0.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#B1DA03 (or 0xB1DA03) is known color: Inch Worm. HEX triplet: B1, DA and 03. RGB value is (177,218,3). Sum of RGB (Red+Green+Blue) = 177+218+3=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DA03 is #4E25FC. Grayscale: #B6B6B6. Windows color (decimal): -5121533 or 252593. OLE color: 252593.

HSL color Cylindrical-coordinate representation of color #B1DA03: hue angle of 71.44º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1DA03 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 218 3 -
CMYK 0.19 0 0.99 0.15
HSL 71.44º 0.97% 0.43% -
HSV(B) 71.44º 0.99% 0.85% -
XYZ 43.22 59.5 9.29 -
YUV 181.23 27.42 124.98 -
System Red Green Blue C M Y K H S L
Decimal 177 218 3 0.19 0 0.99 0.15 71.44 0.97 0.43
Hex B1 DA 3 13 0 63 F 47 61 2B
Octal 261 332 3 23 0 143 17 107 141 53
Binary 10110001 11011010 11 10011 0 1100011 1111 1000111 1100001 101011

Color Harmonies of #B1DA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DA03

Black with #B1DA03

Text Example


Text Example

White with #B1DA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DA03; }

 p { color: rgb(177,218,3); }

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

background-color css

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

 a { background-color: rgb(177,218,3); }

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

border-color css

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

 span { border-color: rgb(177,218,3); }

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