Html Css Color HEX #B4E402 Inch Worm

📋 copy color: '#B4E402'

red 180 ◦ green 228 ◦ blue 2

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

Shades of Inch Worm #B4E402

Tints of Inch Worm #B4E402

RGB

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

 GREEN value IS 228 (89.45% from 255) = 55.61%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 43.9%
G = 55.61%
B = 0.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#B4E402 (or 0xB4E402) is known color: Inch Worm. HEX triplet: B4, E4 and 02. RGB value is (180,228,2). Sum of RGB (Red+Green+Blue) = 180+228+2=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4E402 is #4B1BFD. Grayscale: #BCBCBC. Windows color (decimal): -4922366 or 189620. OLE color: 189620.

HSL color Cylindrical-coordinate representation of color #B4E402: hue angle of 72.74º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4E402 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 228 2 -
CMYK 0.21 0 0.99 0.11
HSL 72.74º 0.98% 0.45% -
HSV(B) 72.74º 0.99% 0.89% -
XYZ 46.58 65.19 10.19 -
YUV 187.88 23.1 122.38 -
System Red Green Blue C M Y K H S L
Decimal 180 228 2 0.21 0 0.99 0.11 72.74 0.98 0.45
Hex B4 E4 2 15 0 63 B 49 62 2D
Octal 264 344 2 25 0 143 13 111 142 55
Binary 10110100 11100100 10 10101 0 1100011 1011 1001001 1100010 101101

Color Harmonies of #B4E402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E402

Black with #B4E402

Text Example


Text Example

White with #B4E402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E402; }

 p { color: rgb(180,228,2); }

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

background-color css

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

 a { background-color: rgb(180,228,2); }

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

border-color css

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

 span { border-color: rgb(180,228,2); }

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