Html Css Color HEX #B4D30B Inch Worm

📋 copy color: '#B4D30B'

red 180 ◦ green 211 ◦ blue 11

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

Shades of Inch Worm #B4D30B

Tints of Inch Worm #B4D30B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.49%

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 44.78%
G = 52.49%
B = 2.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#B4D30B (or 0xB4D30B) is known color: Inch Worm. HEX triplet: B4, D3 and 0B. RGB value is (180,211,11). Sum of RGB (Red+Green+Blue) = 180+211+11=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D30B is #4B2CF4. Grayscale: #B3B3B3. Windows color (decimal): -4926709 or 775092. OLE color: 775092.

HSL color Cylindrical-coordinate representation of color #B4D30B: hue angle of 69.3º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4D30B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 211 11 -
CMYK 0.15 0 0.95 0.17
HSL 69.3º 0.9% 0.44% -
HSV(B) 69.3º 0.95% 0.83% -
XYZ 42.18 56.32 8.96 -
YUV 178.93 33.23 128.76 -
System Red Green Blue C M Y K H S L
Decimal 180 211 11 0.15 0 0.95 0.17 69.3 0.9 0.44
Hex B4 D3 B F 0 5F 11 45 5A 2C
Octal 264 323 13 17 0 137 21 105 132 54
Binary 10110100 11010011 1011 1111 0 1011111 10001 1000101 1011010 101100

Color Harmonies of #B4D30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D30B

Black with #B4D30B

Text Example


Text Example

White with #B4D30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D30B; }

 p { color: rgb(180,211,11); }

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

background-color css

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

 a { background-color: rgb(180,211,11); }

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

border-color css

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

 span { border-color: rgb(180,211,11); }

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