Html Css Color HEX #BFEB04 Inch Worm

📋 copy color: '#BFEB04'

red 191 ◦ green 235 ◦ blue 4

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

Shades of Inch Worm #BFEB04

Tints of Inch Worm #BFEB04

RGB

 RED value IS 191 (75% from 255) = 44.42%

 GREEN value IS 235 (92.19% from 255) = 54.65%

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

R = 44.42%
G = 54.65%
B = 0.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#BFEB04 (or 0xBFEB04) is known color: Inch Worm. HEX triplet: BF, EB and 04. RGB value is (191,235,4). Sum of RGB (Red+Green+Blue) = 191+235+4=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 235 (92.19% from 255 or 54.65% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB04 is #4014FB. Grayscale: #C4C4C4. Windows color (decimal): -4199676 or 322495. OLE color: 322495.

HSL color Cylindrical-coordinate representation of color #BFEB04: hue angle of 71.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFEB04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 4 -
CMYK 0.19 0 0.98 0.08
HSL 71.43º 0.97% 0.47% -
HSV(B) 71.43º 0.98% 0.92% -
XYZ 51.22 70.5 11.02 -
YUV 195.51 19.92 124.78 -
System Red Green Blue C M Y K H S L
Decimal 191 235 4 0.19 0 0.98 0.08 71.43 0.97 0.47
Hex BF EB 4 13 0 62 8 47 61 2F
Octal 277 353 4 23 0 142 10 107 141 57
Binary 10111111 11101011 100 10011 0 1100010 1000 1000111 1100001 101111

Color Harmonies of #BFEB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB04

Black with #BFEB04

Text Example


Text Example

White with #BFEB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB04; }

 p { color: rgb(191,235,4); }

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

background-color css

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

 a { background-color: rgb(191,235,4); }

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

border-color css

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

 span { border-color: rgb(191,235,4); }

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