Html Css Color HEX #B3F515 Inch Worm

📋 copy color: '#B3F515'

red 179 ◦ green 245 ◦ blue 21

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

Shades of Inch Worm #B3F515

Tints of Inch Worm #B3F515

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.06%

 BLUE value IS 21 (8.59% from 255) = 4.72%

R = 40.22%
G = 55.06%
B = 4.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#B3F515 (or 0xB3F515) is known color: Inch Worm. HEX triplet: B3, F5 and 15. RGB value is (179,245,21). Sum of RGB (Red+Green+Blue) = 179+245+21=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 245 (96.09% from 255 or 55.06% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F515 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F515 is #4C0AEA. Grayscale: #C8C8C8. Windows color (decimal): -4983531 or 1439155. OLE color: 1439155.

HSL color Cylindrical-coordinate representation of color #B3F515: hue angle of 77.68º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3F515 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 245 21 -
CMYK 0.27 0 0.91 0.04
HSL 77.68º 0.92% 0.52% -
HSV(B) 77.68º 0.91% 0.96% -
XYZ 51.38 74.94 12.47 -
YUV 199.73 27.13 113.21 -
System Red Green Blue C M Y K H S L
Decimal 179 245 21 0.27 0 0.91 0.04 77.68 0.92 0.52
Hex B3 F5 15 1B 0 5B 4 4E 5C 34
Octal 263 365 25 33 0 133 4 116 134 64
Binary 10110011 11110101 10101 11011 0 1011011 100 1001110 1011100 110100

Color Harmonies of #B3F515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F515

Black with #B3F515

Text Example


Text Example

White with #B3F515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F515; }

 p { color: rgb(179,245,21); }

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

background-color css

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

 a { background-color: rgb(179,245,21); }

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

border-color css

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

 span { border-color: rgb(179,245,21); }

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