Html Css Color HEX #BFEB05 Inch Worm

📋 copy color: '#BFEB05'

red 191 ◦ green 235 ◦ blue 5

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

Shades of Inch Worm #BFEB05

Tints of Inch Worm #BFEB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 44.32%
G = 54.52%
B = 1.16%

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

#BFEB05 (or 0xBFEB05) is known color: Inch Worm. HEX triplet: BF, EB and 05. RGB value is (191,235,5). Sum of RGB (Red+Green+Blue) = 191+235+5=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 235 (92.19% from 255 or 54.52% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB05 is #4014FA. Grayscale: #C4C4C4. Windows color (decimal): -4199675 or 388031. OLE color: 388031.

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

Color convert

RGB 191 235 5 -
CMYK 0.19 0 0.98 0.08
HSL 71.48º 0.96% 0.47% -
HSV(B) 71.48º 0.98% 0.92% -
XYZ 51.22 70.5 11.05 -
YUV 195.62 20.42 124.7 -
System Red Green Blue C M Y K H S L
Decimal 191 235 5 0.19 0 0.98 0.08 71.48 0.96 0.47
Hex BF EB 5 13 0 62 8 47 60 2F
Octal 277 353 5 23 0 142 10 107 140 57
Binary 10111111 11101011 101 10011 0 1100010 1000 1000111 1100000 101111

Color Harmonies of #BFEB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB05

Black with #BFEB05

Text Example


Text Example

White with #BFEB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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