Html Css Color HEX #B4D704 Inch Worm

📋 copy color: '#B4D704'

red 180 ◦ green 215 ◦ blue 4

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

Shades of Inch Worm #B4D704

Tints of Inch Worm #B4D704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 45.11%
G = 53.88%
B = 1%

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

#B4D704 (or 0xB4D704) is known color: Inch Worm. HEX triplet: B4, D7 and 04. RGB value is (180,215,4). Sum of RGB (Red+Green+Blue) = 180+215+4=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D704 is #4B28FB. Grayscale: #B5B5B5. Windows color (decimal): -4925692 or 317364. OLE color: 317364.

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

Color convert

RGB 180 215 4 -
CMYK 0.16 0 0.98 0.16
HSL 69.95º 0.96% 0.43% -
HSV(B) 69.95º 0.98% 0.84% -
XYZ 43.14 58.31 9.1 -
YUV 180.48 28.4 127.66 -
System Red Green Blue C M Y K H S L
Decimal 180 215 4 0.16 0 0.98 0.16 69.95 0.96 0.43
Hex B4 D7 4 10 0 62 10 46 60 2B
Octal 264 327 4 20 0 142 20 106 140 53
Binary 10110100 11010111 100 10000 0 1100010 10000 1000110 1100000 101011

Color Harmonies of #B4D704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D704

Black with #B4D704

Text Example


Text Example

White with #B4D704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D704; }

 p { color: rgb(180,215,4); }

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

background-color css

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

 a { background-color: rgb(180,215,4); }

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

border-color css

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

 span { border-color: rgb(180,215,4); }

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