Html Css Color HEX #B4D718 Inch Worm

📋 copy color: '#B4D718'

red 180 ◦ green 215 ◦ blue 24

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

Shades of Inch Worm #B4D718

Tints of Inch Worm #B4D718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.73%

R = 42.96%
G = 51.31%
B = 5.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#B4D718 (or 0xB4D718) is known color: Inch Worm. HEX triplet: B4, D7 and 18. RGB value is (180,215,24). Sum of RGB (Red+Green+Blue) = 180+215+24=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D718 is #4B28E7. Grayscale: #B7B7B7. Windows color (decimal): -4925672 or 1628084. OLE color: 1628084.

HSL color Cylindrical-coordinate representation of color #B4D718: hue angle of 70.99º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4D718 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 215 24 -
CMYK 0.16 0 0.89 0.16
HSL 70.99º 0.8% 0.47% -
HSV(B) 70.99º 0.89% 0.84% -
XYZ 43.29 58.37 9.85 -
YUV 182.76 38.4 126.03 -
System Red Green Blue C M Y K H S L
Decimal 180 215 24 0.16 0 0.89 0.16 70.99 0.8 0.47
Hex B4 D7 18 10 0 59 10 47 50 2F
Octal 264 327 30 20 0 131 20 107 120 57
Binary 10110100 11010111 11000 10000 0 1011001 10000 1000111 1010000 101111

Color Harmonies of #B4D718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D718

Black with #B4D718

Text Example


Text Example

White with #B4D718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D718; }

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

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

background-color css

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

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

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

border-color css

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

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

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