Html Css Color HEX #BFE305 Inch Worm

📋 copy color: '#BFE305'

red 191 ◦ green 227 ◦ blue 5

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

Shades of Inch Worm #BFE305

Tints of Inch Worm #BFE305

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.66%

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

R = 45.15%
G = 53.66%
B = 1.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#BFE305 (or 0xBFE305) is known color: Inch Worm. HEX triplet: BF, E3 and 05. RGB value is (191,227,5). Sum of RGB (Red+Green+Blue) = 191+227+5=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE305 is #401CFA. Grayscale: #BFBFBF. Windows color (decimal): -4201723 or 385983. OLE color: 385983.

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

Color convert

RGB 191 227 5 -
CMYK 0.16 0 0.98 0.11
HSL 69.73º 0.96% 0.45% -
HSV(B) 69.73º 0.98% 0.89% -
XYZ 48.98 66.03 10.31 -
YUV 190.93 23.07 128.05 -
System Red Green Blue C M Y K H S L
Decimal 191 227 5 0.16 0 0.98 0.11 69.73 0.96 0.45
Hex BF E3 5 10 0 62 B 46 60 2D
Octal 277 343 5 20 0 142 13 106 140 55
Binary 10111111 11100011 101 10000 0 1100010 1011 1000110 1100000 101101

Color Harmonies of #BFE305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE305

Black with #BFE305

Text Example


Text Example

White with #BFE305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE305; }

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

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

background-color css

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

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

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

border-color css

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

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

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