Html Css Color HEX #B4F10D Inch Worm

📋 copy color: '#B4F10D'

red 180 ◦ green 241 ◦ blue 13

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

Shades of Inch Worm #B4F10D

Tints of Inch Worm #B4F10D

RGB

 RED value IS 180 (70.7% from 255) = 41.47%

 GREEN value IS 241 (94.53% from 255) = 55.53%

 BLUE value IS 13 (5.47% from 255) = 3%

R = 41.47%
G = 55.53%
B = 3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#B4F10D (or 0xB4F10D) is known color: Inch Worm. HEX triplet: B4, F1 and 0D. RGB value is (180,241,13). Sum of RGB (Red+Green+Blue) = 180+241+13=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4F10D is #4B0EF2. Grayscale: #C5C5C5. Windows color (decimal): -4919027 or 913844. OLE color: 913844.

HSL color Cylindrical-coordinate representation of color #B4F10D: hue angle of 76.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4F10D is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 241 13 -
CMYK 0.25 0 0.95 0.05
HSL 76.05º 0.9% 0.5% -
HSV(B) 76.05º 0.95% 0.95% -
XYZ 50.35 72.64 11.75 -
YUV 196.77 24.29 116.04 -
System Red Green Blue C M Y K H S L
Decimal 180 241 13 0.25 0 0.95 0.05 76.05 0.9 0.5
Hex B4 F1 D 19 0 5F 5 4C 5A 32
Octal 264 361 15 31 0 137 5 114 132 62
Binary 10110100 11110001 1101 11001 0 1011111 101 1001100 1011010 110010

Color Harmonies of #B4F10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F10D

Black with #B4F10D

Text Example


Text Example

White with #B4F10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F10D; }

 p { color: rgb(180,241,13); }

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

background-color css

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

 a { background-color: rgb(180,241,13); }

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

border-color css

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

 span { border-color: rgb(180,241,13); }

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